index
:
frameworks_base.git
kitkat
lp5.0
lp5.1
mm6.0
n7.0
n7.1
o8.0
o8.1
q10.0
r11.0
r11.1
s12.0
s12.1
t13.0
t13.0_pre-rebase_jan22-23
u14.0
v15.0
w16.0
frameworks_base
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
permission
/
PermissionControllerManager.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Actually use the passed-in executor for unused count
Kevin Han
2022-05-10
1
-1
/
+1
*
Rename revokeOwnPermissionsOnKill to revokeSelfPermissionsOnKill
Thomas Vannet
2022-03-16
1
-3
/
+3
*
Update self-revocation doc: revoke by permission, not group
Thomas Vannet
2022-02-03
1
-3
/
+5
*
Add killed delay param to startOneTimePermissionSession
Thomas Vannet
2022-02-03
1
-3
/
+3
*
Add API to get hibernation eligibility
Kevin Han
2022-01-21
1
-0
/
+78
*
Immediately revoke permission on process kill after a self-revocation
Thomas Vannet
2022-01-21
1
-4
/
+4
*
Rename selfRevokePermissions to revokeOwnPermissionsOnKill
Thomas Vannet
2022-01-21
1
-3
/
+3
*
Add self revocation public API
Thomas Vannet
2022-01-11
1
-0
/
+36
*
Add unused count API
Kevin Han
2021-12-16
1
-0
/
+31
*
Expose platform permission group mapping as public API.
Hai Zhang
2021-05-21
1
-6
/
+4
*
Add Executor to Permission Group methods in PermissionControllerManager
Nate Myren
2021-04-26
1
-15
/
+28
*
Change Permission Group methods to be callback, gate behind perm
Nate Myren
2021-04-19
1
-32
/
+43
*
Add Api to get permission group info from PermissionController
Nate Myren
2021-03-31
1
-0
/
+44
*
Address API council feedback
Eugene Susla
2021-03-02
1
-1
/
+1
*
Restrict Admin grant of sensors-related permissions
Eran Messeri
2021-02-16
1
-21
/
+14
*
Replace CDM profiles hardcoded strings with real values
Eugene Susla
2021-01-12
1
-0
/
+28
*
Remove @TestApi from @SystemApi symbols
Anton Hansson
2020-10-20
1
-1
/
+0
*
Tighten up Binder.clearCallingIdentity() usage.
Jeff Sharkey
2020-10-06
1
-4
/
+4
*
Run Binder.dump away from main thread
Eugene Susla
2020-07-15
1
-2
/
+7
*
Improved logging when PermissionController package is missing.
felipeal
2020-07-13
1
-1
/
+8
*
No need for copying dump state for PC
Philip P. Moltmann
2020-05-11
1
-26
/
+11
*
Forward dumps from PermissionControllerManager to permissionmgr
Philip P. Moltmann
2020-05-06
1
-0
/
+37
*
Allow tests for more PermissionControllerManager methods
Philip P. Moltmann
2020-04-26
1
-0
/
+3
*
Update USER_SENSITIVE flags on app install and optimize it
Eugene Susla
2020-03-12
1
-2
/
+15
*
Create system server component for one-time permissions
Evan Severson
2019-12-18
1
-0
/
+14
*
Allow an app to drive permission backup+restore
Philip P. Moltmann
2019-10-07
1
-46
/
+71
*
updateUserSensitive asynchronously
Eugene Susla
2019-09-13
1
-0
/
+12
*
Merge "set RuntimePermissionPresentationInfo, getAppPermissions, and OnGetApp...
Nate Myren
2019-05-28
1
-0
/
+2
|
\
|
*
set RuntimePermissionPresentationInfo, getAppPermissions, and OnGetAppPermiss...
Nate Myren
2019-05-28
1
-0
/
+2
*
|
[fixed] Replace RemoteCallback with AndroidFuture in PermControler
Eugene Susla
2019-05-17
1
-63
/
+27
*
|
Revert "Replace RemoteCallback with AndroidFuture in PermControler"
Eugene Susla
2019-05-17
1
-27
/
+63
*
|
Replace RemoteCallback with AndroidFuture in PermControler
Eugene Susla
2019-05-16
1
-63
/
+27
*
|
Migrate PermissionControllerManager to ServiceConnector
Eugene Susla
2019-05-13
1
-787
/
+203
|
/
*
Don't use Context#getApplicationContext
Philip P. Moltmann
2019-04-25
1
-1
/
+2
*
Restricted permission mechanism - framework
Svet Ganov
2019-04-07
1
-8
/
+77
*
Modify AbstractRemoteService#mBindInstantServiceAllowed to #mBindingFlags
Michal Karpinski
2019-03-26
1
-1
/
+1
*
Use RoleControllerService for role related APIs.
Hai Zhang
2019-03-07
1
-147
/
+0
*
Add RoleControllerManager for role controller service.
Hai Zhang
2019-03-07
1
-1
/
+2
*
Add PermissionControllerService.isRoleVisible() for app info shortcut.
Hai Zhang
2019-02-28
1
-0
/
+71
*
Merge "Made AbstractRemoteService.getRemoteRequestMillis() optional."
TreeHugger Robot
2019-02-23
1
-1
/
+1
|
\
|
*
Made AbstractRemoteService.getRemoteRequestMillis() optional.
Felipe Leme
2019-02-21
1
-1
/
+1
*
|
Ask Perm Controller to set policy-fixed perms
Philip P. Moltmann
2019-02-21
1
-0
/
+100
|
/
*
Make PermissionControllerManager user aware
Philip P. Moltmann
2019-02-16
1
-23
/
+32
*
Move permission restore code into permission controller.
Philip P. Moltmann
2019-02-15
1
-3
/
+4
*
Plumming of perm restore via permission controller
Philip P. Moltmann
2019-02-02
1
-0
/
+211
*
Small fixes in PermissionControllerManager/Service
Philip P. Moltmann
2019-02-01
1
-0
/
+1
*
Flags instead of booleans for countPermissionApps
Philip P. Moltmann
2019-01-31
1
-13
/
+26
*
Add PermissionControllerManager.isApplicationQualifiedForRole().
Hai Zhang
2019-01-24
1
-0
/
+77
*
Move permission backup into permission controller
Philip P. Moltmann
2019-01-14
1
-0
/
+187
*
Merge "Call timeout callbacks on executor too"
TreeHugger Robot
2019-01-14
1
-1
/
+9
|
\
[next]