version:1.1.6
fix: update:修改图标大小,增加闹钟
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user