version:1.1.6

fix:
update:修改图标大小,增加闹钟
This commit is contained in:
2023-11-04 09:58:25 +08:00
parent 3d15a60ac9
commit e081884984
112 changed files with 16918 additions and 163 deletions

View File

@@ -22,7 +22,15 @@
<service
android:name="com.uiuipad.os.service.MainService"
android:enabled="true"
android:exported="true" />
android:exported="true" >
<intent-filter android:priority="1000">
<action android:name="android.intent.action.USER_PRESENT" />
<action android:name="android.intent.action.SCREEN_ON" />
<action android:name="android.intent.action.SCREEN_OFF" />
<data android:scheme="package" />
</intent-filter>
</service>
<!--
Main launcher activity. When extending only change the name, and keep all the
attributes and intent filters the same