version:1.9

fix:
add:
This commit is contained in:
2022-01-04 18:26:14 +08:00
parent c9e72d00fb
commit a432526311
2 changed files with 7 additions and 7 deletions

View File

@@ -118,12 +118,12 @@
android:enabled="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" />
<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>
<data android:scheme="package" />
</intent-filter>
</service>
<service
android:name=".service.RemoteService"