基本救援设施铺设完成

This commit is contained in:
ZhanGSKen
2025-02-15 21:37:33 +08:00
parent 7a8d3329d4
commit 691f9bbd1c
16 changed files with 186 additions and 107 deletions

View File

@@ -40,7 +40,18 @@
</intent-filter>
</receiver>
<receiver android:name=".widgets.TimeWidget"
android:exported="true">
<intent-filter>
<action android:name="android.appwidget.action.APPWIDGET_UPDATE" />
<action android:name="com.example.android.UPDATE_TIME" />
</intent-filter>
<meta-data
android:name="android.appwidget.provider"
android:resource="@xml/appwidget_provider_info" />
</receiver>
</application>
</manifest>