From ee016ac51e9ca82eb9bc92795e61af02f67ae8c8 Mon Sep 17 00:00:00 2001 From: Jeff Sharkey Date: Tue, 28 Aug 2012 16:23:31 -0700 Subject: Access to all users' external storage. System services holding this permission have external storage bound one level higher, giving them access to all users' files. Bug: 7003520 Change-Id: I8a81582f9ef07089a1fab3e8f6c3ffe657bb1c1b --- dalvik/src/main/java/dalvik/system/Zygote.java | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dalvik') diff --git a/dalvik/src/main/java/dalvik/system/Zygote.java b/dalvik/src/main/java/dalvik/system/Zygote.java index a649025..c06314e 100644 --- a/dalvik/src/main/java/dalvik/system/Zygote.java +++ b/dalvik/src/main/java/dalvik/system/Zygote.java @@ -47,6 +47,8 @@ public class Zygote { public static final int MOUNT_EXTERNAL_SINGLEUSER = 1; /** Multi-user external storage should be mounted. */ public static final int MOUNT_EXTERNAL_MULTIUSER = 2; + /** All multi-user external storage should be mounted. */ + public static final int MOUNT_EXTERNAL_MULTIUSER_ALL = 3; /** * When set by the system server, all subsequent apps will be launched in -- cgit v1.1