Use UID_REMOVED action for multi-user and shared user id compatibility

This commit is contained in:
vvb2060
2021-02-25 06:09:26 +08:00
committed by John Wu
parent 122a73e086
commit ee0ec3fbfa
4 changed files with 22 additions and 22 deletions

View File

@@ -15,6 +15,7 @@
<!-- Splash -->
<activity
android:name=".core.SplashActivity"
android:exported="true"
android:theme="@style/SplashTheme">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
@@ -52,7 +53,7 @@
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.PACKAGE_REPLACED" />
<action android:name="android.intent.action.PACKAGE_FULLY_REMOVED" />
<action android:name="android.intent.action.UID_REMOVED" />
<data android:scheme="package" />
</intent-filter>