Separate service & main process since service should be always running by itself
This commit is contained in:
parent
28379439de
commit
4a6901b309
1 changed files with 2 additions and 1 deletions
|
@ -46,7 +46,8 @@
|
||||||
</activity>
|
</activity>
|
||||||
|
|
||||||
<service android:name=".autofill.AutofillService"
|
<service android:name=".autofill.AutofillService"
|
||||||
android:permission="android.permission.BIND_ACCESSIBILITY_SERVICE">
|
android:permission="android.permission.BIND_ACCESSIBILITY_SERVICE"
|
||||||
|
android:process=":background">
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action android:name="android.accessibilityservice.AccessibilityService" />
|
<action android:name="android.accessibilityservice.AccessibilityService" />
|
||||||
</intent-filter>
|
</intent-filter>
|
||||||
|
|
Loading…
Reference in a new issue