My Apps show the Error "This App is not compatible with the latest Android version. ....", when. of course, installed in an Android 14 device.
I Get this error in the log window:
But I have in the manifest the following lines
AddPermission(android.SCHEDULE_EXACT_ALARM)
AddPermission(android.USE_EXACT_ALARM)
What can I do to solve this?
I Get this error in the log window:
Error Android 14:
ERROR>> Error: java.lang.SecurityException: Caller xevolution.vrcg.v2900.simacail needs to hold android.permission.SCHEDULE_EXACT_ALARM or android.permission.USE_EXACT_ALARM to set exact alarms.
ERROR>> StackTrace: java.lang.SecurityException: Caller xevolution.vrcg.v2900.simacail needs to hold android.permission.SCHEDULE_EXACT_ALARM or android.permission.USE_EXACT_ALARM to set exact alarms.
But I have in the manifest the following lines
AddPermission(android.SCHEDULE_EXACT_ALARM)
AddPermission(android.USE_EXACT_ALARM)
What can I do to solve this?