添加绑定服务的APP的唤醒记录在部件的提示

This commit is contained in:
ZhanGSKen
2025-02-20 11:22:34 +08:00
parent 56187b588f
commit 0312ca50d2
7 changed files with 54 additions and 10 deletions

View File

@@ -64,6 +64,8 @@
android:exported="true">
<intent-filter>
<action android:name="cc.winboll.studio.appbase.widgets.SOSWidget.ACTION_WAKEUP_SERVICE"/>
<action android:name="cc.winboll.studio.appbase.widgets.SOSWidget.ACTION_RELOAD_REPORT"/>
<action android:name="android.appwidget.action.APPWIDGET_UPDATE"/>
</intent-filter>