mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-10-16 09:52:31 +00:00
Remove ProcessPhoenix
This commit is contained in:
@@ -10,19 +10,13 @@
|
||||
android:allowBackup="true"
|
||||
tools:ignore="AllowBackup">
|
||||
|
||||
<activity
|
||||
android:name="a.a"
|
||||
android:theme="@android:style/Theme.Translucent.NoTitleBar">
|
||||
<activity android:name="a.a">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
<category android:name="android.intent.category.LAUNCHER" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
|
||||
<activity
|
||||
android:name="a.r"
|
||||
tools:node="remove"/>
|
||||
|
||||
</application>
|
||||
|
||||
</manifest>
|
||||
|
Reference in New Issue
Block a user