put the status bar back in the system process
Change-Id: I401b0ac8e3c96b61e787eb18341d18be75b3761d
This commit is contained in:
@ -1,6 +1,8 @@
|
|||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
package="com.android.systemui"
|
package="com.android.systemui"
|
||||||
android:sharedUserId="android.uid.system">
|
android:sharedUserId="android.uid.system"
|
||||||
|
android:process="system"
|
||||||
|
>
|
||||||
|
|
||||||
<uses-permission android:name="android.permission.STATUS_BAR_SERVICE" />
|
<uses-permission android:name="android.permission.STATUS_BAR_SERVICE" />
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user