Adapt to Android O new broadcast limitations

This commit is contained in:
topjohnwu
2017-07-01 18:06:23 +08:00
parent 789fef34ba
commit bf1f941e50
3 changed files with 23 additions and 13 deletions
+2 -2
View File
@@ -62,8 +62,8 @@
<receiver android:name=".receivers.PackageReceiver">
<intent-filter>
<action android:name="android.intent.action.PACKAGE_ADDED" />
<action android:name="android.intent.action.PACKAGE_REMOVED" />
<action android:name="android.intent.action.PACKAGE_REPLACED" />
<action android:name="android.intent.action.PACKAGE_FULLY_REMOVED" />
<data android:scheme="package" />
</intent-filter>
</receiver>