Move several stuffs out of shared

This commit is contained in:
topjohnwu
2020-03-30 04:25:42 -07:00
parent 23e74b2781
commit cba26eedb5
11 changed files with 23 additions and 34 deletions

View File

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