summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Garnes <matt@cyngn.com>2016-01-18 14:28:33 -0800
committerMatt Garnes <matt@cyngn.com>2016-01-18 17:06:26 -0800
commitcded8d8abb53617b2ca20af91635deb17e0da62b (patch)
tree524d941e8d298727d57487277c2bf10eec0d450b
parentaa4a5662f7c4ea93bc5346415fc2e139acade573 (diff)
downloadframeworks_base-cded8d8abb53617b2ca20af91635deb17e0da62b.zip
frameworks_base-cded8d8abb53617b2ca20af91635deb17e0da62b.tar.gz
frameworks_base-cded8d8abb53617b2ca20af91635deb17e0da62b.tar.bz2
Add enabled pre-installed carrier apps
Add a list of pre-installed applications that will be treated as carrier apps, regardless of the SIM inserted. These applications will be granted phone and location permissions, and must obtain user content through other means. Part of CYNGNOS-1650. Change-Id: I79c02f7bb8d5cc29cc23bf1aa56d18dcd159b96e
-rw-r--r--core/res/res/values/cm_arrays.xml6
-rw-r--r--core/res/res/values/cm_symbols.xml3
2 files changed, 9 insertions, 0 deletions
diff --git a/core/res/res/values/cm_arrays.xml b/core/res/res/values/cm_arrays.xml
index eb6cf5b..6629b4f 100644
--- a/core/res/res/values/cm_arrays.xml
+++ b/core/res/res/values/cm_arrays.xml
@@ -211,4 +211,10 @@
<item>1</item>
<item>3</item>
</string-array>
+
+
+ <!-- A list of pre-installed applications that will be treated as carrier apps,
+ regardless of the SIM inserted. These applications will be granted phone and
+ location permissions, and must obtain user content through other means -->
+ <string-array name="config_enabledPreinstalledCarrierApps" translatable="false" />
</resources>
diff --git a/core/res/res/values/cm_symbols.xml b/core/res/res/values/cm_symbols.xml
index 3a511e8..01c59cd 100644
--- a/core/res/res/values/cm_symbols.xml
+++ b/core/res/res/values/cm_symbols.xml
@@ -142,4 +142,7 @@
<!-- Wifi idle time default -->
<java-symbol type="integer" name="def_wifi_idle_ms" />
+
+ <!-- Carrier Apps -->
+ <java-symbol type="array" name="config_enabledPreinstalledCarrierApps" />
</resources>