Guest User

Untitled

a guest
Feb 19th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. <application>
  2. <service
  3. android:label="BLABLABLA"
  4. android:name=".service.WindowChangeDetectingService"
  5. android:permission="android.permission.BIND_ACCESSIBILITY_SERVICE">
  6. <intent-filter>
  7. <action android:name="android.accessibilityservice.AccessibilityService"/>
  8. </intent-filter>
  9. <meta-data
  10. android:name="android.accessibilityservice"
  11. android:resource="@xml/accessibilityservice"/>
  12. </service>
  13. </application>
Add Comment
Please, Sign In to add comment