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
Sipdroid crashes on startup when some permissions are not yet granted (first installation for example) for older android versions.
The problem is caused by to the null element in perms array (SipDroid.java) when calling requestPermissions.
The problem can be reproduced in android 8.1 api level 27.
The issue does not affect recent android version (tried on api level 31 / 33).
Workaround is to grant the permissions manually in android app settings and then start the app.
The text was updated successfully, but these errors were encountered:
closewait
changed the title
Sipdroid crash on startup (6.3) with older android versions
Sipdroid (6.3) crashes on startup with older android versions
Dec 7, 2022
Sipdroid crashes on startup when some permissions are not yet granted (first installation for example) for older android versions.
The problem is caused by to the null element in perms array (SipDroid.java) when calling
requestPermissions
.The problem can be reproduced in android 8.1 api level 27.
The issue does not affect recent android version (tried on api level 31 / 33).
Workaround is to grant the permissions manually in android app settings and then start the app.
The text was updated successfully, but these errors were encountered: