Remove ProcessPhoenix

This commit is contained in:
topjohnwu
2020-08-22 22:49:03 -07:00
parent 0e5a32b476
commit 31681c9c5f
9 changed files with 22 additions and 96 deletions

View File

@@ -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>