Separate service & main process since service should be always running by itself

This commit is contained in:
Matthew Wong 2015-11-05 22:59:17 -05:00 committed by Matthew Wong
parent 28379439de
commit 4a6901b309

View file

@ -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>