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

Commit 8845ea05 authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change 9245

* changes:
  Remove android:multiprocess from ShutdownActivity to ensure it runs in the system process.
parents a0afa2dc 49f74682
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" />