API level 31 Accessibility Service needs "Prominent disclosure" dialog

Viewed 157

Android requires you to show users a "Prominent disclosure" dialog for all apps targeting API level 31 if your app uses the AccessibilityService API. Problem is my app is already full of dialogs that turn off a lot of users and cause uninstalls. I just have one simple question: Can I show this Prominent disclosure dialog only to users running API 31 devices or do I have to show it to all users?

0 Answers
Related