summaryrefslogtreecommitdiffstats
path: root/core/res
diff options
context:
space:
mode:
authorJake Hamby <jhamby@google.com>2014-01-15 13:08:03 -0800
committerJake Hamby <jhamby@google.com>2014-02-03 15:52:18 -0800
commit8f9b33e77686de8e917ba61c5e2f2e31a1e0e49b (patch)
tree40fe31d23a5e47aaec0cab9ff93872e18b31fca8 /core/res
parent6c90d439758add5981dee67674d0aafc5208f427 (diff)
downloadframeworks_base-8f9b33e77686de8e917ba61c5e2f2e31a1e0e49b.zip
frameworks_base-8f9b33e77686de8e917ba61c5e2f2e31a1e0e49b.tar.gz
frameworks_base-8f9b33e77686de8e917ba61c5e2f2e31a1e0e49b.tar.bz2
Add new RIL commands to read/write NV items and reset NV config.
Add new RIL commands and generic code cleanups. The only changes required for OMA DM support are the addition of five new methods in ITelephony.aidl for reading/writing NV items and performing NV config and radio resets (requires MODIFY_PHONE_STATE), along with the new RIL request IDs in RILConstants.java. Bug: 12864208 Change-Id: I958d2571580d98a49936ef2e6822e5ac086acbe2
Diffstat (limited to 'core/res')
-rw-r--r--core/res/AndroidManifest.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml
index 315b119..7ea08af 100644
--- a/core/res/AndroidManifest.xml
+++ b/core/res/AndroidManifest.xml
@@ -583,7 +583,7 @@
<!-- =============================================================== -->
<eat-comment />
- <!-- Used for permissions that provide access to the user voicemail box. -->
+ <!-- Used for permissions that provide access to device alarms. -->
<permission-group android:name="android.permission-group.DEVICE_ALARMS"
android:label="@string/permgrouplab_deviceAlarms"
android:icon="@drawable/perm_group_device_alarms"
@@ -1061,7 +1061,7 @@
<!-- =========================================== -->
<eat-comment />
- <!-- Used for permissions that are associated with accessing and modifyign
+ <!-- Used for permissions that are associated with accessing and modifying
telephony state: placing calls, intercepting outgoing calls, reading
and modifying the phone state. -->
<permission-group android:name="android.permission-group.PHONE_CALLS"