ArminKh1993
Active Member
hi
how can i use this permission just for android 10 and up?Because of Google's sensitivity to sensitive permissions and because I have no problems with older Android without this permissions
in other word i dont want to use or have this permission in older androids
maybe somthing like this
is this possible?
is my code correct?
thanks in advance
how can i use this permission just for android 10 and up?Because of Google's sensitivity to sensitive permissions and because I have no problems with older Android without this permissions
B4X:
AddPermission(android.permission.SYSTEM_ALERT_WINDOW
maybe somthing like this
B4X:
AddManifestText(
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW" android:minSdkVersion="29"/>
)
is this possible?
is my code correct?
thanks in advance
Last edited: