summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Shrauner <shrauner@google.com>2014-03-21 14:12:36 -0700
committerJay Shrauner <shrauner@google.com>2014-03-21 21:27:21 +0000
commitc9063f5ca644ed4917c4ca342676d45b478cfe87 (patch)
tree76c5524a31eb4aba123d59599b520cdd8f5c3e83
parentaace94afdd4308cb38f4cc2b0c0374fa7377fe09 (diff)
Make Dialer a core app DO NOT MERGE
Set coreApp="true" in AndroidManifest so emergency calls work from lock screen on encrypted phones. Bug:13586583 Change-Id: I1065743cae4c2090351226de193751606fde1b51 (cherry picked from commit 57ccf01850a5b8185a9de5c579b27589149a02ca)
-rw-r--r--AndroidManifest.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 3a643a879..509960c2b 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -15,7 +15,8 @@
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
- package="com.android.dialer">
+ package="com.android.dialer"
+ coreApp="true">
<uses-permission android:name="android.permission.CALL_PRIVILEGED" />
<uses-permission android:name="android.permission.READ_CONTACTS" />