Merge "Whitelist com.android.proxyhandler for power" am: 6527b5bdd0

am: fce565d2e2

Change-Id: I95b43535c0a23da988627997b52e092774a875ab
This commit is contained in:
Luis Hector Chavez
2018-09-18 08:03:25 -07:00
committed by android-build-merger

View File

@@ -210,6 +210,11 @@
<allow-in-power-save-except-idle package="com.android.providers.calendar" />
<allow-in-power-save-except-idle package="com.android.providers.contacts" />
<!-- The PAC proxy process must have network access, otherwise no app will
be able to connect to the internet when such a proxy is in use, since
all outgoing connections originate from this app. -->
<allow-in-power-save-except-idle package="com.android.proxyhandler" />
<!-- These are the packages that are white-listed to be able to run as system user -->
<system-user-whitelisted-app package="com.android.settings" />