Hi, a customer has an android v11 device that the manufacturer has removed the ability to use the permission feature to run on other applications.
"Display over other apps", so whenever he starts my application he gets the screen with the warning that this function is not available.
My question is how can it detect if that option is available, so that it doesn't make the function call to avoid that warning/error message from Android.
And leave it for other devices that do allow it.
Thanks.
"Display over other apps", so whenever he starts my application he gets the screen with the warning that this function is not available.
My question is how can it detect if that option is available, so that it doesn't make the function call to avoid that warning/error message from Android.
And leave it for other devices that do allow it.
Thanks.