不同应用包服务绑定逻辑完成

This commit is contained in:
ZhanGSKen
2025-02-19 19:55:03 +08:00
parent bd728b83a3
commit 288725eca0
12 changed files with 346 additions and 106 deletions

View File

@@ -54,9 +54,7 @@
<receiver android:name="cc.winboll.studio.appbase.receivers.MainReceiver">
<intent-filter>
<action android:name="cc.winboll.studio.appbase.receivers.MainReceiver"/>
</intent-filter>
</receiver>
@@ -66,8 +64,6 @@
android:exported="true">
<intent-filter>
<action android:name="cc.winboll.studio.appbase.widgets.SOSWidget.ACTION_SOS"/>
<action android:name="cc.winboll.studio.appbase.widgets.SOSWidget.ACTION_RELOAD_REPORT" />
<action android:name="android.appwidget.action.APPWIDGET_UPDATE"/>
</intent-filter>