diff options
| -rw-r--r-- | core/res/AndroidManifest.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index 5f94ee5..69ef96c 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -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" /> |
