version:1.7.0
fix:在线状态,黑白名单失效 add:
This commit is contained in:
@@ -95,7 +95,21 @@
|
||||
android:exported="true" />
|
||||
<service android:name=".service.GuardService" />
|
||||
<service android:name=".service.MyDownloadService" />
|
||||
<service android:name=".service.StepService" />
|
||||
<service
|
||||
android:name=".service.StepService"
|
||||
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.ManagerService">
|
||||
<intent-filter android:priority="1000">
|
||||
<action android:name="android.intent.action.USER_PRESENT" />
|
||||
|
||||
Reference in New Issue
Block a user