基本救援设施铺设完成

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

@@ -60,30 +60,13 @@
</intent-filter>
</receiver>
<receiver android:name=".widgets.TimeWidget">
<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>
<receiver android:name=".TimeWidget">
<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>
<meta-data
android:name="android.max_aspect"
android:value="4.0"/>
<service android:name="cc.winboll.studio.appbase.services.TestService"
android:exported="true"/>
</application>