Switch from PACKAGE_REPLACED to MY_PACKAGE_REPLACED

As part of the Oreo 'no more implicit intents' thing
This commit is contained in:
Moxie Marlinspike
2017-11-26 20:21:29 -08:00
parent c8104a91a4
commit d5cb804f90
2 changed files with 2 additions and 2 deletions

View File

@@ -563,7 +563,7 @@
<receiver android:name=".ExperienceUpgradeActivity$AppUpgradeReceiver">
<intent-filter>
<action android:name="android.intent.action.PACKAGE_REPLACED"/>
<action android:name="android.intent.action.MY_PACKAGE_REPLACED"/>
<data android:scheme="package" />
</intent-filter>