3

I've tested Android 13 devices and I've seen that some of them use the "Restricted Settings" and others don't. I want to check programatically if the current device has that feature. Is there some kind of API for that?

Sher Mi
  • 548
  • 2
  • 5
  • 14
  • You can check this official doc https://developer.android.com/about/versions/13/behavior-changes-13 – Mohammad Misbah Aug 31 '22 at 11:08
  • 1
    @MohammadMisbah Thank you, but I haven't seen anything related to accessibility restrictions and\or API. – Sher Mi Aug 31 '22 at 13:03
  • Okay, @Sharon - Could you please explain your use case? It would be great if I can help in any way. – Mohammad Misbah Sep 01 '22 at 05:19
  • 1
    @MohammadMisbah My app is not from the Play Market and it requires accessibility permissions. Since Android 13 introduced Restricted Settings and accessibility can no longer easily turned on, I want to help my customers to turn it on (App info -> 3 dots -> disable restricted settings). As I said, some of the tested devices include RS feature while others dont. In conclusion, Im looking for a way to know if the current Android 13 device has RS feature or not (so I would know whether I need to guide the customer, or not). – Sher Mi Sep 01 '22 at 08:05
  • @SharonMishayev, *`"Im looking for a way to know if the current Android 13 device has RS feature or not"`*, you found a solution to it? – FLASHCODER Oct 09 '22 at 19:47
  • @FLASHCODER No, as far as I know there is no straightforward way. – Sher Mi Oct 12 '22 at 09:26
  • @SherMi do you have any update? – Puzirki Aug 22 '23 at 15:30

0 Answers0