Is there any way to detect that device is running Android Go edition? Need to determine if device is capable of providing SYSTEM_ALERT_WINDOW
since API 29.
According the reference, Settings.canDrawOverlays(Context context)
will always return false on API 29 Go. Without knowing if the system is possible to give access to SYSTEM_ALERT_WINDOW
it's hard to work around the case.
The following code is available in
ActivityManager.java