mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-09-01 14:55:19 +00:00
Separate service & main process since service should be always running by itself
This commit is contained in:
committed by
Matthew Wong
parent
28379439de
commit
4a6901b309
@@ -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>
|
||||||
|
Reference in New Issue
Block a user