Skip to content

Instantly share code, notes, and snippets.

@ataulm
Created June 17, 2018 11:24
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 ataulm/c21e5697572367dadfdf60c2b3cb6c12 to your computer and use it in GitHub Desktop.
Save ataulm/c21e5697572367dadfdf60c2b3cb6c12 to your computer and use it in GitHub Desktop.
skipper android manifest
...
<service
android:name="com.ataulm.skipper.SkipperAccessibilityService"
android:label="@string/app_name"
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/skipper_config" />
</service>
</application>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment