Gitiles
Code Review
Sign In
gerrit.witaqua.org
/
frameworks_base
/
44251a70edba3e950aab1f706e1ff34e2fa4dfae
/
services
/
java
/
com
/
android
/
server
/
pm
ca60ba1
Merge "Move app-lib definition up for system app scanning" into jb-mr1-dev
by Kenny Root
· 14 years ago
584c4cd
Move app-lib definition up for system app scanning
by Kenny Root
· 14 years ago
f031f23
Fix for some downloaded apps showing up on all users
by Amith Yamasani
· 14 years ago
6f34b41
Fix the user name for the owner.
by Amith Yamasani
· 14 years ago
799916e
Merge "Revert "Check non-primary user dirs during package scan"" into jb-mr1-dev
by Dave Burke
· 14 years ago
383fa18
Revert "Check non-primary user dirs during package scan"
by Dave Burke
· 14 years ago
92bc9b3
PMS: check outInfo for null during delete
by Kenny Root
· 14 years ago
56e7563
Merge "Fix issue #7342364: JellyBean broke Toddler Lock, again" into jb-mr1-dev
by Dianne Hackborn
· 14 years ago
77119bc
Fix issue #7342364: JellyBean broke Toddler Lock, again
by Dianne Hackborn
· 14 years ago
4525f5b
Check non-primary user dirs during package scan
by Kenny Root
· 14 years ago
8074e98
Merge "Fix crashes when quickly adding and removing users" into jb-mr1-dev
by Amith Yamasani
· 14 years ago
9bef329
Merge changes Ie3c8ca8d,Ia175b36d into jb-mr1-dev
by Kenny Root
· 14 years ago
db6a14c
Fix crashes when quickly adding and removing users
by Amith Yamasani
· 14 years ago
cea37434
Try to free cache before giving up on install
by Kenny Root
· 14 years ago
a3e9079
Robustly add symlink and add for non-primary users
by Kenny Root
· 14 years ago
1638931
Allow services to query the info for a dying user.
by Amith Yamasani
· 14 years ago
756901d
Do cleanup when Stopping users
by Amith Yamasani
· 14 years ago
38f8688
Return ApplicationInfo with requested userId.
by Jeff Sharkey
· 14 years ago
36070b4
Fix verfication bypassed for adb installs
by rich cannings
· 14 years ago
6309271
Fix issue #7295951: Mako asks which Launcher to use at every re-boot
by Dianne Hackborn
· 14 years ago
634cf31
Fix serial number assignment for new user on a freshly wiped device
by Amith Yamasani
· 14 years ago
cdf932e
Fix PackageInstaller displays with multi-user
by rich cannings
· 14 years ago
5bc54bf
Merge "Fix issue #7272775: Auto Start Apps Not Starting" into jb-mr1-dev
by Dianne Hackborn
· 14 years ago
3ed62ad
Merge "Fix package verification with multi-user" into jb-mr1-dev
by rich cannings
· 14 years ago
4a9f071
Fix issue #7272775: Auto Start Apps Not Starting
by Dianne Hackborn
· 14 years ago
d55deb0
Fix package verification with multi-user
by rich cannings
· 14 years ago
6e2bee7
Migrate more System and Secure settings to Global.
by Jeff Sharkey
· 14 years ago
54289b8
Fix cache deletion for secondary users
by Amith Yamasani
· 14 years ago
a2064df
Disable package verification in test harness
by rich cannings
· 14 years ago
3ff8e1a
Merge "Fix issue #7211769 and #7244492, thrash around on #7226656." into jb-mr1-dev
by Dianne Hackborn
· 14 years ago
d4ac8d7
Fix issue #7211769 and #7244492, thrash around on #7226656.
by Dianne Hackborn
· 14 years ago
9dbbfcd
Merge "Pass the originating uid to the package verifier" into jb-mr1-dev
by Ben Gruver
· 14 years ago
625239a
Migrate more Secure settings to Global.
by Jeff Sharkey
· 14 years ago
37d83a3
Pass the originating uid to the package verifier
by Ben Gruver
· 14 years ago
bf6f6f9
Update references to migrated global settings.
by Jeff Brown
· 14 years ago
752cd92
Always bind to DefaultContainerService as OWNER.
by Jeff Sharkey
· 14 years ago
5a37088
Merge "Check READ_EXTERNAL enforcement outside of lock." into jb-mr1-dev
by Jeff Sharkey
· 14 years ago
8da429e
Fix issue #7209355, #7214271.
by Dianne Hackborn
· 14 years ago
c50f31d
Check READ_EXTERNAL enforcement outside of lock.
by Jeff Sharkey
· 14 years ago
4e5753f
Add setting to skip verifying ADB installs
by rich cannings
· 14 years ago
920ace0
Query users excluding any being removed
by Amith Yamasani
· 14 years ago
c72fc67
Implement multi-user PackageMonitor.
by Dianne Hackborn
· 14 years ago
4adb9d3
Merge "DevicePolicyManager per user" into jb-mr1-dev
by Amith Yamasani
· 14 years ago
599dd7c
DevicePolicyManager per user
by Amith Yamasani
· 14 years ago
27bd34d
Multi-user MTP.
by Jeff Sharkey
· 14 years ago
e928d7d
Pass Bitmap instead of ParcelFileDescriptor in UserManager
by Amith Yamasani
· 14 years ago
4215017
Merge "Use shared app gid for dalvik cache" into jb-mr1-dev
by Kenny Root
· 14 years ago
1d31d5b
Merge "Start userId from 10, reserving 1-9 for special use in the future." into jb-mr1-dev
by Amith Yamasani
· 14 years ago
07a0ede
Start userId from 10, reserving 1-9 for special use in the future.
by Amith Yamasani
· 14 years ago
6a9b2cb
Use shared app gid for dalvik cache
by Kenny Root
· 14 years ago
3b49f07
Add UserManager.getUserIcon()
by Amith Yamasani
· 14 years ago
36c67c2
Enable package verification
by rich cannings
· 14 years ago
d65afc65
Merge "More multi-user stuff." into jb-mr1-dev
by Dianne Hackborn
· 14 years ago
5dc5a00
More multi-user stuff.
by Dianne Hackborn
· 14 years ago
13d428e
Send more information to verifiers
by rich cannings
· 14 years ago
e4bf0ea
DEFAULT_VERIFY_ENABLE turns verification off
by rich cannings
· 14 years ago
0b2fa8c
Don't prematurely delete temporary files
by Kenny Root
· 14 years ago
24271a8
Merge "Use shared app gid for forward-locked processes" into jb-mr1-dev
by Kenny Root
· 14 years ago
aefd73d
Merge "Try to avoid possible NPE" into jb-mr1-dev
by Kenny Root
· 14 years ago
0f001d3
Try to avoid possible NPE
by Kenny Root
· 14 years ago
f69c812
Wait for installd to finish starting before booting.
by Jeff Brown
· 14 years ago
4a86019
Temporarily turn off package verification
by rich cannings
· 14 years ago
b049e212
Include user identifier in external storage paths.
by Jeff Sharkey
· 14 years ago
e091f22
Use shared app gid for forward-locked processes
by Kenny Root
· 14 years ago
a361809
Merge "Remove "unlinklib" command from installd" into jb-mr1-dev
by Kenny Root
· 14 years ago
faea76f
Enforce a user limit
by Amith Yamasani
· 14 years ago
9bbd70a
Remove "unlinklib" command from installd
by Kenny Root
· 14 years ago
2e7d0cb
Merge "Move native libraries to /data/app-lib" into jb-mr1-dev
by Kenny Root
· 14 years ago
1676c85
Flesh out multi-user in am commands.
by Dianne Hackborn
· 14 years ago
ddbe50d
Move native libraries to /data/app-lib
by Kenny Root
· 14 years ago
5455f68
Update PackageSetting flags when updating
by Kenny Root
· 14 years ago
0c19162
Remove "protect" command from installd
by Kenny Root
· 14 years ago
151ec4c
More multi-user methods in PM
by Amith Yamasani
· 14 years ago
cd62059
Merge "installd: fix forward locking symlink" into jb-mr1-dev
by Nick Kralevich
· 14 years ago
1275abd
Merge "Move verification settings to Settings.Global" into jb-mr1-dev
by rich cannings
· 14 years ago
11941fd
Fix crash when setting wallpaper from non-primary user.
by Dianne Hackborn
· 14 years ago
7de350a
installd: fix forward locking symlink
by Nick Kralevich
· 14 years ago
4d8fc79
Move verification settings to Settings.Global
by rich cannings
· 14 years ago
5e03e2ca
More multi-user stuff:
by Dianne Hackborn
· 14 years ago
68ed7e4
Enable package verification
by rich cannings
· 14 years ago
20e8098
Add registering for explicit users.
by Dianne Hackborn
· 14 years ago
61f5737
Centralize the creation of the user system directory
by Amith Yamasani
· 14 years ago
a2875f4
Merge "Notify verifiers that verification is complete" into jb-mr1-dev
by rich cannings
· 14 years ago
f203aee
Enforce permissions for calls with specified userId
by Amith Yamasani
· 14 years ago
d1b5cfc
Notify verifiers that verification is complete
by rich cannings
· 14 years ago
5ac72a2
Improve multi-user broadcasts.
by Dianne Hackborn
· 14 years ago
694121c
Merge "Fix an NPE in PackageManager when getting the AppInfo for an app" into jb-mr1-dev
by Amith Yamasani
· 14 years ago
317046a
Fix an NPE in PackageManager when getting the AppInfo for an app
by Amith Yamasani
· 14 years ago
80a4af2
Start implementing concept of "running" users.
by Dianne Hackborn
· 14 years ago
def8b0f
Merge "Fix infinite loop when uninstalling apps." into jb-mr1-dev
by Dianne Hackborn
· 14 years ago
377de7b
Fix infinite loop when uninstalling apps.
by Dianne Hackborn
· 14 years ago
2deaa36
Merge "Add permission checks for Verification API calls" into jb-mr1-dev
by rich cannings
· 14 years ago
7e67151
Add permission checks for Verification API calls
by rich cannings
· 14 years ago
0e17e5bc
Merge "Fix installing applications from non-primary users." into jb-mr1-dev
by Dianne Hackborn
· 14 years ago
786b440
Fix installing applications from non-primary users.
by Dianne Hackborn
· 14 years ago
be7ddb9
Merge "Fix package verifier lookup" into jb-mr1-dev
by Andy Stadler
· 14 years ago
2b91465
Fix adb install
by Amith Yamasani
· 14 years ago
080ca09
Merge "Bind to the correct default container service when installing/moving/measuring pkgs" into jb-mr1-dev
by Amith Yamasani
· 14 years ago
6ec1012
Bind to the correct default container service when installing/moving/measuring pkgs
by Amith Yamasani
· 14 years ago
4428e17c
Some clean up of app install and user management.
by Dianne Hackborn
· 14 years ago
Next »