Last active
November 6, 2017 18:26
-
-
Save zivzeira/265b4c52f740b89743c2ec07c6655d36 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<service | |
android:name=".AccessibilityServiceImpl" | |
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/help"/> | |
</service> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment