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

Commit 49f74682 authored by Mike Lockwood's avatar Mike Lockwood
Browse files

Remove android:multiprocess from ShutdownActivity to ensure it runs in the system process.

parent bad80e0d
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -1132,8 +1132,7 @@

        <activity android:name="com.android.server.ShutdownActivity"
            android:permission="android.permission.SHUTDOWN"
            android:excludeFromRecents="true"
            android:multiprocess="true">
            android:excludeFromRecents="true">
            <intent-filter>
                <action android:name="android.intent.action.ACTION_REQUEST_SHUTDOWN" />
                <category android:name="android.intent.category.DEFAULT" />