命名空间重构

This commit is contained in:
ZhanGSKen
2025-02-27 11:05:15 +08:00
parent 820574a4ba
commit fb7017a857
16 changed files with 240 additions and 201 deletions

View File

@@ -60,12 +60,12 @@
</receiver>
<receiver
android:name=".widgets.SOSWidget"
android:name=".widgets.WinBollNewsWidget"
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="cc.winboll.studio.appbase.widgets.WinBollNewsWidget.ACTION_WAKEUP_SERVICE"/>
<action android:name="cc.winboll.studio.appbase.widgets.WinBollNewsWidget.ACTION_RELOAD_REPORT"/>
<action android:name="android.appwidget.action.APPWIDGET_UPDATE"/>
</intent-filter>
@@ -75,13 +75,13 @@
</receiver>
<receiver android:name=".widgets.SOSWidgetClickListener">
<receiver android:name=".widgets.WinBollNewsWidgetClickListener">
<intent-filter>
<action android:name="cc.winboll.studio.appbase.widgets.SOSWidgetClickListener.ACTION_PRE"/>
<action android:name="cc.winboll.studio.appbase.widgets.WinBollNewsWidgetClickListener.ACTION_PRE"/>
<action android:name="cc.winboll.studio.appbase.widgets.SOSWidgetClickListener.ACTION_NEXT"/>
<action android:name="cc.winboll.studio.appbase.widgets.WinBollNewsWidgetClickListener.ACTION_NEXT"/>
</intent-filter>