I have a working AccessibilityEventService running for my app. How do you set the description in the general Settings menu under Accessibility, for my package, i.e., com.my.package?
All I get is the default 'No description provided.'
I've looked in onServiceConnected(). I'm not currently using any type of manifest XML definition for the serivce, just the AccessibilityEventService.
This is the relevant items to make this happen. Here are the two relevant files, and important pieces of information. Scaffolding and such removed.
AndroidManifest.xml
<application>
<service>
<meta-data
android:resource="@xml/service_config" />
</service>
</application>
service_config.xml
<accessibility-service
android:description="@string/accessibility_service_description"
/>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With