I tried to check the permission with this code:
but always returns False, even if the permission was granted.
Tried in emulator Android 14.
I want to check this permission to enable or disable a label with information about this permission.
Thanks in advance for any tips.
B4X:
rp.Check("android.permission.SCHEDULE_EXACT_ALARM")
Tried in emulator Android 14.
I want to check this permission to enable or disable a label with information about this permission.
Thanks in advance for any tips.