version:2.2.6
update: fix:在线状态更新 add:增加清除极光别名过多
This commit is contained in:
@@ -125,7 +125,19 @@
|
||||
<service android:name=".service.GuardService" />
|
||||
<service
|
||||
android:name=".service.StepService"
|
||||
android:exported="true" />
|
||||
android:exported="true" >
|
||||
<intent-filter android:priority="1000">
|
||||
<action android:name="android.intent.action.SCREEN_OFF" />
|
||||
<action android:name="android.intent.action.SCREEN_ON" />
|
||||
<action android:name="android.intent.action.BOOT_COMPLETED" />
|
||||
<action android:name="android.intent.action.USER_PRESENT" />
|
||||
<action android:name="android.intent.action.ACTION_SHUTDOWN" />
|
||||
<action android:name="android.intent.action.FACTORY_RESET" />
|
||||
<action android:name="android.intent.action.MASTER_CLEAR" />
|
||||
|
||||
<data android:scheme="package" />
|
||||
</intent-filter>
|
||||
</service>
|
||||
<service
|
||||
android:name=".service.MainService"
|
||||
android:enabled="true"
|
||||
|
||||
Reference in New Issue
Block a user