summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorHui Wang <huiwang@google.com>2022-02-04 16:32:25 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2022-02-04 16:32:25 +0000
commit9dfca764bfbd72c0328b71d3246d2d82e0ebca88 (patch)
tree3f97fa1c7281d62dce57e2fc919211cc914cd4de /data
parentb0977e0f2f6ef1c250ce8b1075d8c9a4c241774c (diff)
parent56098ddb478751c4e2232131aaa148fbfb59d6cf (diff)
downloadnative-9dfca764bfbd72c0328b71d3246d2d82e0ebca88.tar.gz
Merge "Update the value of the flag of TELEPHONY_RADIO_ACCESS"
Diffstat (limited to 'data')
-rw-r--r--data/etc/android.hardware.telephony.calling.xml2
-rw-r--r--data/etc/android.hardware.telephony.cdma.xml2
-rw-r--r--data/etc/android.hardware.telephony.data.xml2
-rw-r--r--data/etc/android.hardware.telephony.gsm.xml2
-rw-r--r--data/etc/android.hardware.telephony.radio.access.xml (renamed from data/etc/android.hardware.telephony.radio.xml)2
5 files changed, 5 insertions, 5 deletions
diff --git a/data/etc/android.hardware.telephony.calling.xml b/data/etc/android.hardware.telephony.calling.xml
index 3e92a6601f..ab245fc238 100644
--- a/data/etc/android.hardware.telephony.calling.xml
+++ b/data/etc/android.hardware.telephony.calling.xml
@@ -18,7 +18,7 @@
<permissions>
<feature name="android.hardware.telephony" />
<feature name="android.software.telecom" />
- <feature name="android.hardware.telephony.radio" />
+ <feature name="android.hardware.telephony.radio.access" />
<feature name="android.hardware.telephony.subscription" />
<feature name="android.hardware.telephony.calling" />
</permissions>
diff --git a/data/etc/android.hardware.telephony.cdma.xml b/data/etc/android.hardware.telephony.cdma.xml
index c81cf06079..0a8cfc4901 100644
--- a/data/etc/android.hardware.telephony.cdma.xml
+++ b/data/etc/android.hardware.telephony.cdma.xml
@@ -18,7 +18,7 @@
<permissions>
<feature name="android.hardware.telephony" />
<feature name="android.software.telecom" />
- <feature name="android.hardware.telephony.radio" />
+ <feature name="android.hardware.telephony.radio.access" />
<feature name="android.hardware.telephony.subscription" />
<feature name="android.hardware.telephony.cdma" />
<feature name="android.hardware.telephony.calling" />
diff --git a/data/etc/android.hardware.telephony.data.xml b/data/etc/android.hardware.telephony.data.xml
index 2716152650..a9bb36e25e 100644
--- a/data/etc/android.hardware.telephony.data.xml
+++ b/data/etc/android.hardware.telephony.data.xml
@@ -17,7 +17,7 @@
<!-- This is the standard set of features for devices to support Telephony Data API. -->
<permissions>
<feature name="android.hardware.telephony" />
- <feature name="android.hardware.telephony.radio" />
+ <feature name="android.hardware.telephony.radio.access" />
<feature name="android.hardware.telephony.subscription" />
<feature name="android.hardware.telephony.data" />
</permissions>
diff --git a/data/etc/android.hardware.telephony.gsm.xml b/data/etc/android.hardware.telephony.gsm.xml
index e368a06bfd..e3952bf8c7 100644
--- a/data/etc/android.hardware.telephony.gsm.xml
+++ b/data/etc/android.hardware.telephony.gsm.xml
@@ -18,7 +18,7 @@
<permissions>
<feature name="android.hardware.telephony" />
<feature name="android.software.telecom" />
- <feature name="android.hardware.telephony.radio" />
+ <feature name="android.hardware.telephony.radio.access" />
<feature name="android.hardware.telephony.subscription" />
<feature name="android.hardware.telephony.gsm" />
<feature name="android.hardware.telephony.calling" />
diff --git a/data/etc/android.hardware.telephony.radio.xml b/data/etc/android.hardware.telephony.radio.access.xml
index 4377705f2f..c98267ce8c 100644
--- a/data/etc/android.hardware.telephony.radio.xml
+++ b/data/etc/android.hardware.telephony.radio.access.xml
@@ -17,5 +17,5 @@
<!-- This is the standard set of features for devices to support Telephony Radio Access API. -->
<permissions>
<feature name="android.hardware.telephony" />
- <feature name="android.hardware.telephony.radio" />
+ <feature name="android.hardware.telephony.radio.access" />
</permissions>