summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com>2024-05-06 17:30:01 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2024-05-06 17:30:01 +0000
commit7f01eaea3595a0774b4d22a5c072ef8b9de09f46 (patch)
treed1400823fad24f2b2f74a960e846b289fbc7e461
parent710143f596c0e99166ab5f9f9a95082b8f329a82 (diff)
parentc3a6909d289590ce939e5cbace68e55563aff9d0 (diff)
downloadbase-7f01eaea3595a0774b4d22a5c072ef8b9de09f46.tar.gz
Merge "Replace "whitelisted" with "allowed"" into main
-rw-r--r--data/etc/platform.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/data/etc/platform.xml b/data/etc/platform.xml
index cb803f7babfa..5045918a3701 100644
--- a/data/etc/platform.xml
+++ b/data/etc/platform.xml
@@ -322,11 +322,11 @@
<library name="android.hidl.manager-V1.0-java"
file="/system/framework/android.hidl.manager-V1.0-java.jar" />
- <!-- These are the standard packages that are white-listed to always have internet
+ <!-- These are the standard packages that are allowed to always have internet
access while in power save mode, even if they aren't in the foreground. -->
<allow-in-power-save package="com.android.providers.downloads" />
- <!-- These are the standard packages that are white-listed to always have internet
+ <!-- These are the standard packages that are allowed to always have internet
access while in data mode, even if they aren't in the foreground. -->
<allow-in-data-usage-save package="com.android.providers.downloads" />
@@ -338,7 +338,7 @@
<!-- Emergency app needs to run in the background to reliably provide safety features -->
<allow-in-power-save package="com.android.emergency" />
- <!-- Whitelist system providers -->
+ <!-- Allow system providers -->
<!-- Calendar provider needs alarms while in idle -->
<allow-in-power-save package="com.android.providers.calendar" />
<allow-in-power-save-except-idle package="com.android.providers.contacts" />