diff options
| -rw-r--r-- | data/etc/platform.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/data/etc/platform.xml b/data/etc/platform.xml index c4017d15268f..73c10d238a60 100644 --- a/data/etc/platform.xml +++ b/data/etc/platform.xml @@ -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" /> |