| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
This API was hidden for MR1.
Bug 19461292
Change-Id: Ib0a5ca536e843c91a142faeeccf684294aa3e274
|
| |
|
|
|
|
|
|
|
|
|
| |
Add test for DPM.setTrustAgentConfiguration()
Also fixes bug where DPM flags were set in onPreferenceChanged()
which happened before being set on the checkbox preference.
Fixes bug 17008504
Change-Id: I165cd73d11c0a68ee6667cb1fd88892a39267903
|
| |\
| |
| |
| | |
until the new API is ready. This reverts commit d6df7362ab4b332a09d12358297056cfeadcaa11." into lmp-dev
|
| | |
| |
| |
| |
| |
| |
| |
| | |
new API is ready.
This reverts commit d6df7362ab4b332a09d12358297056cfeadcaa11.
Change-Id: Ie5c8e139450923374d235ea9d85f015b87851d06
|
| |/
|
|
|
|
|
|
|
| |
...without interacting with any of the Recents items should not
bring Home back to top
Add API demo for nav bar navigation.
Change-Id: I8b45f2bc0b554da19957ad723abe7cf4a14ee5a1
|
| |
|
|
|
|
|
| |
Also fixes bug where DPM flags were set in onPreferenceChanged()
which happened before being set on the checkbox preference.
Change-Id: I5a43358d02830a22107f1239c596cc1bc67d11a1
|
| |
|
|
|
|
|
|
|
|
| |
This adds a feature to allow DevicePolicyAdmins to prevent using
simple PINs, which are defined as those containing more than 3
repeated values. Examples include '1234', '2468', '1111', '9876', etc.
Bug 12081139
Change-Id: I4c7ae51730c23ad8050e6216a62a8038d9c645a6
|
| |
|
|
|
|
| |
Changes to some checkboxes were only applied
after changing another checkbox / stopping and resuming the activity.
Change-Id: Idec3461e60786d97000402badcc3a66b1bf33a82
|
| |
|
|
|
|
|
|
| |
- disable all notifications on secure keyguard
- disable unredacted notifications on secure keyguard
- disable TrustAgents
Change-Id: I864a103263996dcd491ff77f744bff8398af9cc8
|
| |
|
|
| |
Change-Id: Ibcb19c15964f4ea4bad36ec102e9aed8b4ea9c41
|
| |
|
|
| |
Change-Id: Ic83b2079312860a3c4b9348ca28dc7d3c0a2b9e6
|
| |
|
|
|
|
|
|
| |
* UI is organized into multiple screens to make it easier to understand
* More feedback about local vs global (aggregate) policies
* Uses preference fragments for modern appearance
Change-Id: I075161d389942786e6c95483becbff7ebe847078
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Add Check Password button
* Use it to report overall password status - isActivePasswordSufficient()
and various password settings.
* Fixed a minor bug that cause the password quality to be reset to
"unspecified" every time you start the activity.
* Leave the two password buttons enabled all the time (set password
can be used when not active, and check password just puts up a toast
explaining why it can't be used when inactive.)
This code can be used to confirm bug b/4445007 and hopefully its fix, too.
Change-Id: I136706072257d2e49184a29b0aa5d7a524960c40
|
| |
|
|
|
|
|
|
| |
Remove global proxy settings from Apidemos
Remove CorpApp
Bug: 3460938
Change-Id: I2b6889a96341f0e4fad50a9cfaa76db715ecfaa0
|
| |
|
|
|
|
|
|
| |
* Follow revised API
* Show more status
Bug: 3346770
Change-Id: I6c5cd8d8f055ceb3a3a78cf3868dbc0f2d535acf
|
| |
|
|
|
|
|
| |
* Enable, disable, and activate encryption
* Report encryption status
Change-Id: Ia76cf6033fe00ebdfd3369f8123f5d1ec109f3a9
|
| |
|
|
|
|
| |
* Also clean up a few warnings.
Change-Id: I79d8d4c49c113e23160839ddb079a241a245729b
|
| |
|
|
| |
Change-Id: Iecc0f6fbfe85293a6b22fd0a0ffaae69a0fbc3e9
|
| |
|
|
| |
Change-Id: Ib5b398dc068227529d83be2b55c33225f9bbce80
|
| |\
| |
| |
| | |
Change-Id: I110bd412e38358b3d99235bf10fd9d1022aa04e9
|
| | |
| |
| |
| | |
Change-Id: I224006f284916761578e3d04b208828f80ea3cb6
|
| | |
| |
| |
| |
| |
| | |
Making ApiDemos device admin able to set the Global Proxy.
Change-Id: I565ccf5d05b1c7d775aea968e99e04894c3f8b64
|
| | |
| |
| |
| |
| |
| | |
Device Admin Sample App.
Change-Id: I7570f005ee665adc150e8c4fb92068b4d8dcdbb1
|
| |/
|
|
| |
Change-Id: I1380ff9475c201d3c2ec2ec449b1103c3d55a3a7
|
| |
|
|
| |
Change-Id: I1a0ff93a27d7d27b66acbacf953eb0984e85e4cf
|
| |
|
|
| |
Change-Id: I386438485a921ec94ed1047936ca182c04bce410
|
| | |
|
| | |
|
|
|
1. Rename SampleDeviceAdmin to DeviceAdminSample where it appears in
filenames. This makes it easier to find when scanning directories.
2. Fix bug in max password length handling
3. Add a toast to warn user that entering values in "Password Attempts"
box has real consequences.
|