diff options
| author | 2018-09-18 08:22:43 -0700 | |
|---|---|---|
| committer | 2018-09-18 08:22:43 -0700 | |
| commit | 1db7a487b1436fca3895775d33a491b0565331b0 (patch) | |
| tree | a81b9a3d677dffce7b18fa4612da21ed85c286aa | |
| parent | 5a88b3691194cb89adaa336568965d1230577e2b (diff) | |
| parent | 8b62a7cfdfb3b8732dc3aaaf3161047b543790e4 (diff) | |
Merge "Whitelist com.android.proxyhandler for power" am: 6527b5bdd0 am: fce565d2e2
am: 8b62a7cfdf
Change-Id: Ie4a8acd92bedb0fe8cc72dfd2bffb0a3af28fa45
| -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" /> |