diff options
| -rw-r--r-- | data/etc/android.hardware.telephony.calling.xml | 2 | ||||
| -rw-r--r-- | data/etc/android.hardware.telephony.cdma.xml | 2 | ||||
| -rw-r--r-- | data/etc/android.hardware.telephony.data.xml | 2 | ||||
| -rw-r--r-- | data/etc/android.hardware.telephony.gsm.xml | 2 | ||||
| -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> |