You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Opening the permission screen on Android 15 currently creates an exception: java.lang.SecurityException: Permission Denial: starting Intent { flg=0x10000000 cmp=nl.flitsmeister.maplibrecar/nl.flitsmeister.car_common.PhonePermissionActivity } from ProcessRecord{82b6400 16264:nl.flitsmeister.maplibrecar/u0a463} (pid=16264, uid=10463) with launchDisplayId=39 2024-12-21 10:52:48.320 16264-16264 System.err nl.flitsmeister.maplibrecar W at android.os.Parcel.createExceptionOrNull(Parcel.java:3231)
We have found two reasons for this:
Start activity seems to require applicationContext
Update to the latest auto BETA at 1.7.X
The text was updated successfully, but these errors were encountered:
Opening the permission screen on Android 15 currently creates an exception:
java.lang.SecurityException: Permission Denial: starting Intent { flg=0x10000000 cmp=nl.flitsmeister.maplibrecar/nl.flitsmeister.car_common.PhonePermissionActivity } from ProcessRecord{82b6400 16264:nl.flitsmeister.maplibrecar/u0a463} (pid=16264, uid=10463) with launchDisplayId=39 2024-12-21 10:52:48.320 16264-16264 System.err nl.flitsmeister.maplibrecar W at android.os.Parcel.createExceptionOrNull(Parcel.java:3231)
We have found two reasons for this:
The text was updated successfully, but these errors were encountered: