summaryrefslogtreecommitdiffstats
path: root/data/etc
diff options
context:
space:
mode:
authorDianne Hackborn <hackbod@google.com>2012-08-27 15:14:02 -0700
committerDianne Hackborn <hackbod@google.com>2012-08-27 15:16:33 -0700
commit786b44046a79d6c4c9cd07f5989d491c7196ad80 (patch)
treeac3d22036260f4e56340903c4ae71f8f7c81e8fe /data/etc
parent9d9ea05cde56f6663f57925212c87860d1cbc1b2 (diff)
downloadframeworks_base-786b44046a79d6c4c9cd07f5989d491c7196ad80.zip
frameworks_base-786b44046a79d6c4c9cd07f5989d491c7196ad80.tar.gz
frameworks_base-786b44046a79d6c4c9cd07f5989d491c7196ad80.tar.bz2
Fix installing applications from non-primary users.
We also now send the correct broadcasts to each user. You no longer need to be running the shell as root to be able to create/remove users. Also added some more man page material to the pm command, and got rid of a bunch of showUsage() calls that now make error messages completely buried because of how large the usage info has become. And the package manager now shows the user each historical broadcast was sent to. Change-Id: Iab42498e1352a0c023069139c80fc04d2d69ab4b
Diffstat (limited to 'data/etc')
-rw-r--r--data/etc/platform.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/data/etc/platform.xml b/data/etc/platform.xml
index 1b69daf..a19b9b4 100644
--- a/data/etc/platform.xml
+++ b/data/etc/platform.xml
@@ -173,7 +173,10 @@
<assign-permission name="android.permission.SET_SCREEN_COMPATIBILITY" uid="shell" />
<assign-permission name="android.permission.READ_EXTERNAL_STORAGE" uid="shell" />
<assign-permission name="android.permission.WRITE_EXTERNAL_STORAGE" uid="shell" />
-
+ <assign-permission name="android.permission.INTERACT_ACROSS_USERS" uid="shell" />
+ <assign-permission name="android.permission.INTERACT_ACROSS_USERS_FULL" uid="shell" />
+ <assign-permission name="android.permission.MANAGE_USERS" uid="shell" />
+
<assign-permission name="android.permission.MODIFY_AUDIO_SETTINGS" uid="media" />
<assign-permission name="android.permission.ACCESS_DRM" uid="media" />
<assign-permission name="android.permission.ACCESS_SURFACE_FLINGER" uid="media" />