summaryrefslogtreecommitdiffstats
path: root/AndroidManifest_cm.xml
diff options
context:
space:
mode:
authorKamaljeet Maini <kmaini@cyngn.com>2016-03-08 15:32:46 -0800
committerStephen Bird <sbird@cyngn.com>2016-04-08 10:21:13 -0700
commit795f46c1f3d51528cc9ba8aa387bd532153b8fd6 (patch)
tree59abe693ed4fc4740f769f07cd6d549ad98eaac9 /AndroidManifest_cm.xml
parent153585f4cb55604c034b65cb814121c1d742ee1b (diff)
downloadandroid_packages_apps_Dialer-795f46c1f3d51528cc9ba8aa387bd532153b8fd6.tar.gz
android_packages_apps_Dialer-795f46c1f3d51528cc9ba8aa387bd532153b8fd6.tar.bz2
android_packages_apps_Dialer-795f46c1f3d51528cc9ba8aa387bd532153b8fd6.zip
Port VoLTE support from DialerNext into AOSP Dialer
Modified Dialpad fragment to show 1) VoLTE label when there is only one provider, which supports VoLTE 2) VoLTE text below spinner icon for each provider that supports VoLTE when there is more than one provider Change-Id: Ifaffa16966d7d632b0262311b53d71a64f1e75ad Issue-Id: DIALER-720
Diffstat (limited to 'AndroidManifest_cm.xml')
-rw-r--r--AndroidManifest_cm.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/AndroidManifest_cm.xml b/AndroidManifest_cm.xml
index 9a156105f..330f28563 100644
--- a/AndroidManifest_cm.xml
+++ b/AndroidManifest_cm.xml
@@ -25,6 +25,7 @@
<uses-permission android:name="com.cyanogen.ambient.permission.PUBLISH_DISCOVERY_NUDGE" />
<uses-permission android:name="android.permission.WRITE_SECURE_SETTINGS" />
+ <uses-permission android:name="android.permission.READ_PRIVILEGED_PHONE_STATE" />
<application>