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

Commit 888df858 authored by Christine Chen's avatar Christine Chen Committed by Android (Google) Code Review
Browse files

Merge "Adds STOP_APP_SWITCHES permission." into klp-dev

parents 0d46793e 28eb2f16
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -45,6 +45,10 @@
    <!-- 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" />
    <!-- This tells the activity manager to not delay any of our activity
     start requests, even if they happen immediately after the user
     presses home. -->
    <uses-permission android:name="android.permission.STOP_APP_SWITCHES" />

    <application
        android:name="DialerApplication"