@UsesServices(services = {@ServiceElement(exported = "false",name = "aryan.gupta.backbutton", permission = "android.permission.BIND_ACCESSIBILITY_SERVICE" , intentFilters = {@IntentFilterElement(actionElements = {@ActionElement(name = "android.accessibilityservice.AccessibilityService")})})})
i am getting a error
[javac] @UsesServices(services = {@ServiceElement(exported = "false",name = "aryan.gupta.backbutton", permission = "android.permission.BIND_ACCESSIBILITY_SERVICE" , intentFilters = {@IntentFilterElement(actionElements = {@ActionElement(name = "android.accessibilityservice.AccessibilityService")})})})
[javac] ^
[javac] symbol: class ServiceElement
[javac] error: InvocationTargetException when gathering service attributes and subelements for component example.
how can i set service name to my extension class .
please help