From 57ccf01850a5b8185a9de5c579b27589149a02ca Mon Sep 17 00:00:00 2001 From: Jay Shrauner Date: Fri, 21 Mar 2014 14:12:36 -0700 Subject: Make Dialer a core app Set coreApp="true" in AndroidManifest so emergency calls work from lock screen on encrypted phones. Bug:13586583 Change-Id: I1065743cae4c2090351226de193751606fde1b51 --- AndroidManifest.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'AndroidManifest.xml') diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 3a643a879..509960c2b 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -15,7 +15,8 @@ --> + package="com.android.dialer" + coreApp="true"> -- cgit v1.2.3