OSDN Git Service

Add com.android.settings to white list
authorXiaohui Chen <xiaohuic@google.com>
Mon, 23 Nov 2015 20:03:08 +0000 (12:03 -0800)
committerXiaohui Chen <xiaohuic@google.com>
Mon, 23 Nov 2015 20:03:08 +0000 (12:03 -0800)
Bug: 24256521
Change-Id: If315b082960190b3ebea387484f5a00e707ef558

data/etc/platform.xml

index 27c6620..ab37519 100644 (file)
          access while in power save mode, even if they aren't in the foreground. -->
     <allow-in-power-save-except-idle package="com.android.providers.downloads" />
 
+    <!-- These are the packages that are white-listed to be able to run as system user -->
+    <system-user-whitelisted-app package="com.android.settings" />
+
     <!-- These are the packages that shouldn't run as system user -->
     <system-user-blacklisted-app package="com.android.wallpaper.livepicker" />
-    <system-user-blacklisted-app package="com.android.settings" />
 </permissions>