Fix UID removed action

This commit is contained in:
vvb2060 2021-03-18 13:40:07 +08:00 committed by John Wu
parent 8ddab84745
commit aad52ae743
2 changed files with 2 additions and 2 deletions

View File

@ -50,10 +50,10 @@
android:exported="false">
<intent-filter>
<action android:name="android.intent.action.LOCALE_CHANGED" />
<action android:name="android.intent.action.UID_REMOVED" />
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.PACKAGE_REPLACED" />
<action android:name="android.intent.action.UID_REMOVED" />
<data android:scheme="package" />
</intent-filter>

View File

@ -50,10 +50,10 @@
android:exported="false">
<intent-filter>
<action android:name="android.intent.action.LOCALE_CHANGED" />
<action android:name="android.intent.action.UID_REMOVED" />
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.PACKAGE_REPLACED" />
<action android:name="android.intent.action.UID_REMOVED" />
<data android:scheme="package" />
</intent-filter>