summaryrefslogtreecommitdiffstats
path: root/services/java/com/android/server/DevicePolicyManagerService.java
Commit message (Expand)AuthorAgeFilesLines
* Plumbing to allow keyguard to be shown with user switcher (issue 7175023)Adam Cohen2012-10-041-1/+2
* Read in the disable-keyguard-features flag from the XML fileAmith Yamasani2012-10-041-0/+5
* Migrate more Secure settings to Global.Jeff Sharkey2012-09-271-3/+3
* Make DPM API for disabling keyguard widgets more genericJim Miller2012-09-191-16/+16
* DevicePolicyManager per userAmith Yamasani2012-09-181-379/+591
* Fix DevicePolicyManager crash when settings password quality (and possibly ot...Amith Yamasani2012-09-101-1/+7
* Refer to STAY_ON_WHILE_PLUGGED_IN via the Global namespaceChristopher Tate2012-09-071-2/+2
* Update DevicePolicyManager with ability to disable keyguard widgetsJim Miller2012-09-041-0/+48
* Improve multi-user broadcasts.Dianne Hackborn2012-08-301-5/+7
* Power manager rewrite.Jeff Brown2012-08-151-3/+3
* am ab294eeb: Merge "DevicePolicyManagerService: dump less" into jb-devNick Kralevich2012-06-251-10/+0
|\
| * DevicePolicyManagerService: dump lessNick Kralevich2012-06-251-10/+0
* | am d8bbf96a: Merge "Fix issue #6664140: Time to lock should work even Stay aw...Dianne Hackborn2012-06-181-32/+39
|\ \ | |/
| * Fix issue #6664140: Time to lock should work even Stay awake...Dianne Hackborn2012-06-151-32/+39
* | am 541803cc: am fd63c857: Merge "Wipe the user data out in any case."Jean-Baptiste Queru2012-05-251-0/+1
|\ \ | |/ |/|
| * Merge "Wipe the user data out in any case."Jean-Baptiste Queru2012-05-251-0/+1
| |\
| | * Wipe the user data out in any case.Masanori Ogino2012-02-161-0/+1
* | | Move handling of package changes to a background thread.Dianne Hackborn2012-04-191-1/+1
|/ /
* | Fix 5863053: Add method to lock screen immediately.Jim Miller2012-01-171-0/+13
* | DO NOT MERGE - Cherry picking from master to MR1Danielle Millett2012-01-101-0/+1
|/
* Fix remote device wipe to not hang.Ben Komalo2011-10-181-1/+12
* Fix 4993068: Don't check password history when dpm sets the passwordJim Miller2011-08-211-7/+0
* New device policy to disable camera.Ben Komalo2011-06-101-0/+83
* am 469465c4: am 0821f274: am 2a108403: I am a dummy.Dianne Hackborn2011-06-021-1/+1
|\
| * I am a dummy.Dianne Hackborn2011-05-261-1/+1
* | Use unchecked admin lookup for getStorageEncryption()Andy Stadler2011-06-011-3/+2
|/
* Fix issue #4445007: DPM initializes some values to 1, instead of 0Dianne Hackborn2011-05-251-38/+79
* Fix 3197205: Minor edits to device policy admin strings and documentationJim Miller2011-02-161-2/+2
* Read actual device encryption statusAndy Stadler2011-01-201-1/+9
* Add internal plumbing to DPM for encryptionAndy Stadler2011-01-171-12/+89
* API changes to support encryption in DPMAndy Stadler2011-01-121-0/+35
* API CHANGE - Add hasGrantedPolicy() APIAndy Stadler2010-12-091-7/+35
* Update device password expiration/alarm behaviorAndy Stadler2010-11-291-13/+40
* Fixes to DevicePolicyManager.setPasswordExpirationTimeoutAndy Stadler2010-11-191-21/+16
* Notify all VMs when proxy changes.Robert Greenwalt2010-11-191-2/+11
* Add password expiration support to DevicePolicyManager.Jim Miller2010-11-111-2/+196
* Fixe some stuff.Dianne Hackborn2010-11-081-1/+1
* resolved conflicts for merge of 964eb438 to masterKenny Root2010-10-181-4/+16
|\
| * Implement issue #3094621 and #3094609 - wipe sd cardDianne Hackborn2010-10-161-4/+16
* | resolved conflicts for merge of 6a3eddb4 to masterDianne Hackborn2010-09-301-0/+3
|\ \ | |/
| * Rub in a little 'ol log-b-gone.Dianne Hackborn2010-09-301-0/+3
* | Device Policy Manager changes to enable Global Proxy.Oscar Montemayor2010-08-041-0/+137
* | Adding support for minimum number of non letter characters.Konstantin Lopyrev2010-06-081-4/+67
* | am db603bb5: am 3b68548d: am 75b6a6b9: Merge "Fix 2737842: Disable KeguardMan...Jim Miller2010-06-081-0/+7
|\ \ | |/
| * Fix 2737842: Disable KeguardManager API if device policy is enabledJim Miller2010-06-081-0/+7
* | Fix 2677197: Adding minimum complex character support.Konstantin Lopyrev2010-05-271-7/+349
* | Fix 2673731: Adding support for password history to Device Admin.Konstantin Lopyrev2010-05-241-83/+128
|/
* Fix issue #2530103: ActivePassword data in Device Policy Manager needs to be ...Dianne Hackborn2010-03-221-40/+89
* Maybe fix issue #2457218: Corrupt batterystats.bin file preventing phone boot...Dianne Hackborn2010-03-191-0/+1
* Move DeviceAdmin APIs to android.app.admin.Dianne Hackborn2010-02-261-6/+115