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

Commit 58f49cb7 authored by Freeman Ng's avatar Freeman Ng Committed by Android (Google) Code Review
Browse files

Merge "change SHUTDOWN permission to signatureOrSystem so setup wizard can...

Merge "change SHUTDOWN permission to signatureOrSystem so setup wizard can start ACTION_REQUEST_SHUTDOWN bug: 3201638"
parents dd0b16c2 addfc766
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1013,7 +1013,7 @@
    <permission android:name="android.permission.SHUTDOWN"
        android:label="@string/permlab_shutdown"
        android:description="@string/permdesc_shutdown"
        android:protectionLevel="signature" />
        android:protectionLevel="signatureOrSystem" />

    <!-- Allows an application to tell the activity manager to temporarily
         stop application switches, putting it into a special mode that