summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Vikram Gaur <vikramgaur@google.com> 2024-05-02 19:16:16 +0000
committer Vikram Gaur <vikramgaur@google.com> 2024-05-13 18:46:35 +0000
commit3ad48f1e7ac0b98a4e505f5ae649b9b53e4d532c (patch)
tree9cdd98b0fbe16e145ccd0f8b5f1c44dd08d49360
parent01b799252ac7b5ea3335ddab15b3f1514c58dbe6 (diff)
Allow Remote Key Provisioning to run in data and power saver mode.
Remote Key Provisioning is an important part of the Android ecosystem which provides attestation keys. The application needs to be able to provide on demand attestation keys which is currently not possible in data saver mode or power saver mode. Bug: 330929450 Test: Checked the policy after setting data saver and power saver mode in cuttlefish. Change-Id: I685e461f3d352e28351c721a559139dad21c62f9
-rw-r--r--data/etc/platform.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/data/etc/platform.xml b/data/etc/platform.xml
index 5045918a3701..7a8df06f9fcd 100644
--- a/data/etc/platform.xml
+++ b/data/etc/platform.xml
@@ -325,10 +325,12 @@
<!-- 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" />
+ <allow-in-power-save package="com.android.rkpdapp" />
<!-- 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" />
+ <allow-in-data-usage-save package="com.android.rkpdapp" />
<!-- This is a core platform component that needs to freely run in the background -->
<allow-in-power-save package="com.android.cellbroadcastreceiver.module" />