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
w16.1
frameworks_base
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
services
/
java
/
com
/
android
/
server
/
pm
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Enable package verification
rich cannings
2012-09-16
1
-1
/
+1
*
|
Merge "More multi-user stuff." into jb-mr1-dev
Dianne Hackborn
2012-09-16
1
-32
/
+52
|
\
\
|
*
|
More multi-user stuff.
Dianne Hackborn
2012-09-15
1
-32
/
+52
*
|
|
Send more information to verifiers
rich cannings
2012-09-14
1
-0
/
+12
*
|
|
DEFAULT_VERIFY_ENABLE turns verification off
rich cannings
2012-09-14
1
-2
/
+5
*
|
|
Don't prematurely delete temporary files
Kenny Root
2012-09-14
1
-11
/
+18
|
/
/
*
|
Merge "Use shared app gid for forward-locked processes" into jb-mr1-dev
Kenny Root
2012-09-13
1
-2
/
+3
|
\
\
|
*
|
Use shared app gid for forward-locked processes
Kenny Root
2012-09-11
1
-2
/
+3
*
|
|
Merge "Try to avoid possible NPE" into jb-mr1-dev
Kenny Root
2012-09-13
1
-1
/
+1
|
\
\
\
|
*
|
|
Try to avoid possible NPE
Kenny Root
2012-09-13
1
-1
/
+1
*
|
|
|
Wait for installd to finish starting before booting.
Jeff Brown
2012-09-12
2
-6
/
+8
*
|
|
|
Temporarily turn off package verification
rich cannings
2012-09-12
1
-1
/
+1
|
/
/
/
*
/
/
Include user identifier in external storage paths.
Jeff Sharkey
2012-09-11
1
-10
/
+14
|
/
/
*
|
Merge "Remove "unlinklib" command from installd" into jb-mr1-dev
Kenny Root
2012-09-11
2
-14
/
+6
|
\
\
|
*
|
Remove "unlinklib" command from installd
Kenny Root
2012-09-11
2
-14
/
+6
*
|
|
Enforce a user limit
Amith Yamasani
2012-09-11
1
-0
/
+15
|
/
/
*
|
Merge "Move native libraries to /data/app-lib" into jb-mr1-dev
Kenny Root
2012-09-10
2
-44
/
+145
|
\
\
|
*
|
Move native libraries to /data/app-lib
Kenny Root
2012-09-10
2
-44
/
+145
*
|
|
Flesh out multi-user in am commands.
Dianne Hackborn
2012-09-10
1
-1
/
+1
|
/
/
*
|
Update PackageSetting flags when updating
Kenny Root
2012-09-09
2
-8
/
+9
*
|
Remove "protect" command from installd
Kenny Root
2012-09-09
1
-14
/
+0
*
|
More multi-user methods in PM
Amith Yamasani
2012-09-08
1
-2
/
+5
*
|
Merge "installd: fix forward locking symlink" into jb-mr1-dev
Nick Kralevich
2012-09-07
1
-1
/
+6
|
\
\
|
*
|
installd: fix forward locking symlink
Nick Kralevich
2012-09-07
1
-1
/
+6
*
|
|
Merge "Move verification settings to Settings.Global" into jb-mr1-dev
rich cannings
2012-09-07
1
-6
/
+6
|
\
\
\
|
*
|
|
Move verification settings to Settings.Global
rich cannings
2012-09-07
1
-6
/
+6
*
|
|
|
Fix crash when setting wallpaper from non-primary user.
Dianne Hackborn
2012-09-07
1
-1
/
+1
|
/
/
/
*
/
/
More multi-user stuff:
Dianne Hackborn
2012-09-07
2
-190
/
+186
|
/
/
*
|
Enable package verification
rich cannings
2012-09-04
1
-2
/
+1
*
|
Add registering for explicit users.
Dianne Hackborn
2012-09-04
1
-1
/
+2
*
|
Centralize the creation of the user system directory
Amith Yamasani
2012-08-31
2
-4
/
+15
*
|
Merge "Notify verifiers that verification is complete" into jb-mr1-dev
rich cannings
2012-08-30
1
-5
/
+25
|
\
\
|
*
|
Notify verifiers that verification is complete
rich cannings
2012-08-30
1
-5
/
+25
*
|
|
Enforce permissions for calls with specified userId
Amith Yamasani
2012-08-30
1
-6
/
+45
|
/
/
*
|
Improve multi-user broadcasts.
Dianne Hackborn
2012-08-30
1
-1
/
+2
*
|
Merge "Fix an NPE in PackageManager when getting the AppInfo for an app" into...
Amith Yamasani
2012-08-29
1
-1
/
+1
|
\
\
|
*
|
Fix an NPE in PackageManager when getting the AppInfo for an app
Amith Yamasani
2012-08-29
1
-1
/
+1
*
|
|
Start implementing concept of "running" users.
Dianne Hackborn
2012-08-28
1
-6
/
+31
|
/
/
*
|
Merge "Fix infinite loop when uninstalling apps." into jb-mr1-dev
Dianne Hackborn
2012-08-28
1
-0
/
+1
|
\
\
|
*
|
Fix infinite loop when uninstalling apps.
Dianne Hackborn
2012-08-28
1
-0
/
+1
*
|
|
Merge "Add permission checks for Verification API calls" into jb-mr1-dev
rich cannings
2012-08-28
1
-0
/
+8
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Add permission checks for Verification API calls
rich cannings
2012-08-28
1
-0
/
+8
*
|
|
Merge "Fix installing applications from non-primary users." into jb-mr1-dev
Dianne Hackborn
2012-08-27
2
-20
/
+68
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Fix installing applications from non-primary users.
Dianne Hackborn
2012-08-27
2
-20
/
+68
*
|
|
Merge "Fix package verifier lookup" into jb-mr1-dev
Andy Stadler
2012-08-27
1
-2
/
+3
|
\
\
\
|
*
|
|
Fix package verifier lookup
Andy Stadler
2012-08-24
1
-2
/
+3
*
|
|
|
Fix adb install
Amith Yamasani
2012-08-27
1
-1
/
+7
|
|
/
/
|
/
|
|
*
|
|
Merge "Bind to the correct default container service when installing/moving/m...
Amith Yamasani
2012-08-25
1
-10
/
+33
|
\
\
\
|
*
|
|
Bind to the correct default container service when installing/moving/measurin...
Amith Yamasani
2012-08-25
1
-10
/
+33
*
|
|
|
Some clean up of app install and user management.
Dianne Hackborn
2012-08-24
3
-182
/
+184
|
/
/
/
[prev]
[next]