From 324ca000ac65f4f356336c2254cdaad74d995de2 Mon Sep 17 00:00:00 2001 From: Jack Yu Date: Thu, 30 Jan 2020 00:30:29 -0800 Subject: [PATCH] Refactored cell broadcast area info support Area info cell broadcast messages are not handled by cell broadcast receiver anymore. Instead, they will be processed in cell broadcast service. Privileged apps that are interested in getting the information will need to get it directly from cell broadcast service. Note this is only enabled for certain countries and carriers. Test: Manual Bug: 141318859 Bug: 141425194 Merged-In: I2245c39f679d0ad94c9a1325edc553f362fdce7c Change-Id: I2245c39f679d0ad94c9a1325edc553f362fdce7c (cherry picked from commit 80e432043582a14dc9d7382ed81b0699b9a01e49) --- core/res/res/values-mcc334/config.xml | 23 +++++++++++++++++++++++ core/res/res/values-mcc732/config.xml | 23 +++++++++++++++++++++++ core/res/res/values-mcc740/config.xml | 23 +++++++++++++++++++++++ data/etc/privapp-permissions-platform.xml | 3 +++ 4 files changed, 72 insertions(+) create mode 100644 core/res/res/values-mcc334/config.xml create mode 100644 core/res/res/values-mcc732/config.xml create mode 100644 core/res/res/values-mcc740/config.xml diff --git a/core/res/res/values-mcc334/config.xml b/core/res/res/values-mcc334/config.xml new file mode 100644 index 0000000000000..e99c9a028178e --- /dev/null +++ b/core/res/res/values-mcc334/config.xml @@ -0,0 +1,23 @@ + + + + + + true + diff --git a/core/res/res/values-mcc732/config.xml b/core/res/res/values-mcc732/config.xml new file mode 100644 index 0000000000000..e99c9a028178e --- /dev/null +++ b/core/res/res/values-mcc732/config.xml @@ -0,0 +1,23 @@ + + + + + + true + diff --git a/core/res/res/values-mcc740/config.xml b/core/res/res/values-mcc740/config.xml new file mode 100644 index 0000000000000..e99c9a028178e --- /dev/null +++ b/core/res/res/values-mcc740/config.xml @@ -0,0 +1,23 @@ + + + + + + true + diff --git a/data/etc/privapp-permissions-platform.xml b/data/etc/privapp-permissions-platform.xml index 03f31aecb3337..646325bdfd628 100644 --- a/data/etc/privapp-permissions-platform.xml +++ b/data/etc/privapp-permissions-platform.xml @@ -373,4 +373,7 @@ applications that come with the platform + + +