更新闹钟

This commit is contained in:
2022-09-05 11:47:33 +08:00
parent e5b3385346
commit ec9ea71ac5
18 changed files with 721 additions and 361 deletions

View File

@@ -117,7 +117,7 @@
android:exported="true" />
<service
android:name=".service.AlarmService"
android:name=".alarm.AlarmService"
android:enabled="true"
android:exported="true" />
<service