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

Commit 0ef5fe9e authored by Nextbit's avatar Nextbit Committed by Adnan Begovic
Browse files

Update SET_ACTIVITY_WATCHER protection to signature|system

Change-Id: Iabf8ad2fc4b298e96b494917a140e0e4ea4e26e2
parent 554d6d9c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1927,7 +1927,7 @@
    <permission android:name="android.permission.SET_ACTIVITY_WATCHER"
        android:label="@string/permlab_runSetActivityWatcher"
        android:description="@string/permdesc_runSetActivityWatcher"
        android:protectionLevel="signature" />
        android:protectionLevel="signature|system" />

    <!-- Allows an application to call the activity manager shutdown() API
         to put the higher-level system there into a shutdown state.