Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d1935da8 authored by Flavio Lerda's avatar Flavio Lerda
Browse files

Add permission to receive BOOT_COMPLETED broadcast.

The broadcast is needed to restore the voicemail notifications after the
phone reboots if there were any pending notifications before reboot.

Bug: 5340666
Change-Id: I6f92ba55318c0f4d5e67f93596ba4c477d138423
parent 16b46934
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -45,6 +45,7 @@
    <uses-permission android:name="com.android.voicemail.permission.READ_WRITE_ALL_VOICEMAIL" />
    <!-- allow broadcasting secret code intents that reboot the phone -->
    <uses-permission android:name="android.permission.REBOOT" />
    <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />

    <application
        android:name="com.android.contacts.ContactsApplication"