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>
|
||||
|
||||
<service android:name=".autofill.AutofillService"
|
||||
android:permission="android.permission.BIND_ACCESSIBILITY_SERVICE">
|
||||
android:permission="android.permission.BIND_ACCESSIBILITY_SERVICE"
|
||||
android:process=":background">
|
||||
<intent-filter>
|
||||
<action android:name="android.accessibilityservice.AccessibilityService" />
|
||||
</intent-filter>
|
||||
|
|
Loading…
Reference in a new issue