Skip to content

Instantly share code, notes, and snippets.

@mumayank
Created December 20, 2019 08:31
Show Gist options
  • Save mumayank/5cacd0d7a3cb63975f7ec7e60cce3222 to your computer and use it in GitHub Desktop.
Save mumayank/5cacd0d7a3cb63975f7ec7e60cce3222 to your computer and use it in GitHub Desktop.
<service android:name=".services.FromHomeAccessibilityService"
android:permission="android.permission.BIND_ACCESSIBILITY_SERVICE"
android:label="@string/accessibility_service_label_from_home">
<intent-filter>
<action android:name="android.accessibilityservice.AccessibilityService" />
</intent-filter>
<meta-data
android:name="android.accessibilityservice"
android:resource="@xml/accessibility_service_config" />
</service>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment