Skip to content

Instantly share code, notes, and snippets.

@mhrpatel12
Created December 12, 2020 08:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mhrpatel12/71ed935db0e4f995b28df1f3ef3159a5 to your computer and use it in GitHub Desktop.
Save mhrpatel12/71ed935db0e4f995b28df1f3ef3159a5 to your computer and use it in GitHub Desktop.
<service
android:name=".YourAccessibilityService"
android:permission="android.permission.BIND_ACCESSIBILITY_SERVICE">
<intent-filter>
<action android:name="android.accessibilityservice.AccessibilityService" />
</intent-filter>
<meta-data
android:name="android.accessibilityservice"
android:resource="@xml/your_accessibility_service" />
</service>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment