index
:
frameworks_base.git
replicant-2.2
replicant-2.3
replicant-4.0
replicant-4.2
replicant-6.0
frameworks/base
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
services
/
devicepolicy
/
java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Set profile owner via an intent
Amith Yamasani
2014-07-29
2
-24
/
+106
*
Add new DevicePolicyManager API to allow fine-grained TrustAgent management
Jim Miller
2014-07-28
1
-19
/
+165
*
Merge "Remove the profile/device owner user restriction bypass." into lmp-dev
Julia Reynolds
2014-07-24
1
-36
/
+1
|
\
|
*
Remove the profile/device owner user restriction bypass.
Julia Reynolds
2014-07-26
1
-36
/
+1
*
|
Storing the app who sets a CrossProfileIntentFilter.
Nicolas Prevot
2014-07-28
1
-6
/
+8
|
/
*
Don't update user's setup state unless it changed
Amith Yamasani
2014-07-25
1
-3
/
+5
*
Add Device Policy API to disable screen capture.
Sander Alewijnse
2014-07-23
1
-0
/
+65
*
Use foreground broadcast to get device admin msg.
Dianne Hackborn
2014-07-22
1
-0
/
+1
*
Stop double-loading device admins
Robin Lee
2014-07-22
1
-13
/
+13
*
Fix a security exception when checking cross-profile caller-id cap.
Amith Yamasani
2014-07-21
1
-1
/
+2
*
Rename setApplicationBlocked to setApplicationHidden
Amith Yamasani
2014-07-21
1
-14
/
+14
*
Merge "Create DPM APIs for cross profile callerId" into lmp-dev
Adam Connors
2014-07-17
1
-0
/
+81
|
\
|
*
Create DPM APIs for cross profile callerId
Adam Connors
2014-07-17
1
-0
/
+81
*
|
Ads per-user APIs to manage accounts through the AccountManager
Alexandra Gherghina
2014-07-17
1
-1
/
+7
*
|
Merge "Keep track of user_setup_complete in DPMS" into lmp-dev
Amith Yamasani
2014-07-17
1
-0
/
+63
|
\
\
|
|
/
|
/
|
|
*
Keep track of user_setup_complete in DPMS
Amith Yamasani
2014-07-16
1
-0
/
+63
*
|
Revert "Remove enableSystemApp methods."
Adam Connors
2014-07-16
1
-0
/
+108
|
/
*
Add API for device owner to switch users
Jason Monk
2014-07-10
1
-0
/
+24
*
Add new "pin complex" type to supported keyguard PINs
Jim Miller
2014-07-10
1
-0
/
+1
*
Restrict factory reset with user restrictions.
Julia Reynolds
2014-07-09
1
-0
/
+2
*
Add package state to block uninstall.
Kenny Guy
2014-07-04
1
-0
/
+47
*
Provide api to set the managed profile name.
Jessica Hummel
2014-06-30
1
-1
/
+19
*
Trust Agents: Disable until next unlock if device is locked by DPM
Adrian Roos
2014-06-26
1
-2
/
+6
*
The profile owner shouldn't control lock task
Jason Monk
2014-06-24
1
-6
/
+4
*
Merge "Revert "Revert "Publish DevicePolicyManager CA certificate APIs"""
Robin Lee
2014-06-17
1
-27
/
+34
|
\
|
*
Revert "Revert "Publish DevicePolicyManager CA certificate APIs""
Robin Lee
2014-06-19
1
-27
/
+34
*
|
Merge "Introducing crossProfileIntentFilters that skip the current profile."
Nicolas Prevot
2014-06-17
1
-4
/
+6
|
\
\
|
*
|
Introducing crossProfileIntentFilters that skip the current profile.
Nicolas Prevot
2014-06-18
1
-4
/
+6
|
*
|
Merge "Revert "Publish DevicePolicyManager CA certificate APIs""
Robin Lee
2014-06-17
1
-34
/
+27
|
|
\
\
|
|
|
/
|
|
*
Revert "Publish DevicePolicyManager CA certificate APIs"
Robin Lee
2014-06-17
1
-34
/
+27
|
*
|
Merge "Publish DevicePolicyManager CA certificate APIs"
Robin Lee
2014-06-17
1
-27
/
+34
|
|
\
\
|
|
|
/
|
|
*
Publish DevicePolicyManager CA certificate APIs
Robin Lee
2014-06-11
1
-27
/
+34
*
|
|
Merge "Notify any profile/device owners of lock task"
Jason Monk
2014-06-17
1
-0
/
+22
|
\
\
\
|
*
|
|
Notify any profile/device owners of lock task
Jason Monk
2014-06-18
1
-0
/
+22
|
|
/
/
*
|
|
Change lock-task DPM authorization to packages
Jason Monk
2014-06-17
1
-44
/
+47
|
/
/
*
|
Merge "Allow device owner to configure secondary users"
Jason Monk
2014-06-12
1
-2
/
+47
|
\
\
|
*
|
Allow device owner to configure secondary users
Jason Monk
2014-06-12
1
-2
/
+47
|
|
/
*
|
More meaningful errors for DPM calls by non-owners
Robin Lee
2014-06-11
1
-1
/
+9
|
/
*
Allow profile and device owners to change and get the master volume mute state.
Julia Reynolds
2014-06-09
1
-0
/
+38
*
Add an API to clear the device owner.
Jason Monk
2014-06-06
2
-0
/
+36
*
Merge "Add device-owner based setting of global proxy."
Jason Monk
2014-06-06
1
-0
/
+15
|
\
|
*
Add device-owner based setting of global proxy.
Jason Monk
2014-06-06
1
-0
/
+15
*
|
Merge "Clean up deleted users in DevicePolicyManagerService"
Alexandra Gherghina
2014-06-06
1
-0
/
+27
|
\
\
|
|
/
|
/
|
|
*
Clean up deleted users in DevicePolicyManagerService
Alexandra Gherghina
2014-06-05
1
-0
/
+27
*
|
Fix bug with sending intents to correct user for device admin.
Kenny Guy
2014-06-05
1
-1
/
+2
|
/
*
Merge "Remove enableSystemApp() and enableSystemAppWithInten()."
Sander Alewijnse
2014-06-04
1
-105
/
+0
|
\
|
*
Remove enableSystemApp() and enableSystemAppWithInten().
Sander Alewijnse
2014-05-27
1
-105
/
+0
*
|
Restrictions Manager
Amith Yamasani
2014-05-31
1
-0
/
+41
|
/
*
Rename code related to cross-profile intents.
Nicolas Prevot
2014-05-23
1
-8
/
+8
*
Create deviceowner gated APIs for creating and removing users in devicepolicy...
Julia Reynolds
2014-05-22
1
-0
/
+38
[next]