summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 32e2d7da..25063986 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -28,7 +28,10 @@
<uses-permission android:name="android.permission.CALL_PHONE"/>
<uses-permission android:name="android.permission.INTERACT_ACROSS_USERS"/>
+ <!-- The Dialer needs to be directBootAware so that it can reflect the correct call state
+ when the system boots up. -->
<application
+ android:directBootAware="true"
android:label="@string/phone_app_name"
android:icon="@drawable/ic_app_icon">