mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-12-14 13:51:54 +00:00
Move several stuffs out of shared
This commit is contained in:
@@ -35,7 +35,6 @@
|
||||
android:directBootAware="true"
|
||||
android:excludeFromRecents="true"
|
||||
android:exported="false"
|
||||
android:theme="@android:style/Theme.Translucent.NoTitleBar"
|
||||
tools:ignore="AppLinkUrlError">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.VIEW"/>
|
||||
@@ -43,6 +42,11 @@
|
||||
</intent-filter>
|
||||
</activity>
|
||||
|
||||
<!-- ProcessPhoenix -->
|
||||
<activity
|
||||
android:name="a.r"
|
||||
android:process=":remote" />
|
||||
|
||||
<!-- Receiver -->
|
||||
<receiver
|
||||
android:name="a.h"
|
||||
|
||||
Reference in New Issue
Block a user