summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRakesh Iyer <rni@google.com>2017-01-13 11:33:54 -0800
committerRakesh Iyer <rni@google.com>2017-01-13 11:35:32 -0800
commit9d763fba7c611d980a7eae7b7f2df0453647d651 (patch)
treecc64766dd745f7b215016117ed652fc2b58ee2a7
parent92e2968f2de98c587293230183cabc6191dcd43f (diff)
downloadDialer-9d763fba7c611d980a7eae7b7f2df0453647d651.tar.gz
Fix dialer crash on split system-user config.
Dialer needs the permission to interact across users in the system user split configuration, so add in that permission. Test: Placed a call manually. Went across this and crashed elsewhere. Change-Id: I6a66dbcbd027aec53bdd59fe29bbf000a462c676
-rw-r--r--AndroidManifest.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index dfb80892..2abe4608 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -25,6 +25,7 @@
<uses-permission android:name="android.permission.READ_PHONE_STATE"/>
<uses-permission android:name="android.permission.MODIFY_PHONE_STATE"/>
<uses-permission android:name="android.permission.CALL_PHONE"/>
+ <uses-permission android:name="android.permission.INTERACT_ACROSS_USERS"/>
<application
android:label="@string/phone_app_name"