version:2.2.6

update:
fix:在线状态更新
add:增加清除极光别名过多
This commit is contained in:
2021-09-17 18:26:42 +08:00
parent a318e07db9
commit 0c27e60b29
33 changed files with 1189 additions and 488 deletions

View File

@@ -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"