Reduce BroadcastReceivers

This commit is contained in:
topjohnwu
2018-12-02 16:53:00 -05:00
parent 80dad54119
commit f0f87c8eb9
21 changed files with 133 additions and 191 deletions
+4 -8
View File
@@ -48,7 +48,7 @@
<!-- Superuser -->
<activity
android:name="a.p"
android:name="a.m"
android:excludeFromRecents="true"
android:launchMode="singleTask"
android:taskAffinity="internal.superuser"
@@ -69,17 +69,13 @@
<intent-filter>
<action android:name="android.intent.action.BOOT_COMPLETED" />
</intent-filter>
</receiver>
<receiver android:name="a.i">
<intent-filter>
<action android:name="android.intent.action.PACKAGE_REPLACED" />
<action android:name="android.intent.action.PACKAGE_FULLY_REMOVED" />
<data android:scheme="package" />
</intent-filter>
</receiver>
<receiver android:name="a.j" />
<receiver android:name="a.k" />
<receiver android:name="a.l">
<receiver android:name="a.i">
<intent-filter>
<action android:name="android.intent.action.LOCALE_CHANGED" />
</intent-filter>
@@ -88,11 +84,11 @@
<!-- Service -->
<service
android:name="a.m"
android:name="a.j"
android:exported="true"
android:permission="android.permission.BIND_JOB_SERVICE" />
<service
android:name="a.n"
android:name="a.k"
android:exported="true"
android:permission="android.permission.BIND_JOB_SERVICE" />