Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sipdroid (6.3) crashes on startup with older android versions #1049

Open
closewait opened this issue Dec 7, 2022 · 0 comments
Open

Sipdroid (6.3) crashes on startup with older android versions #1049

closewait opened this issue Dec 7, 2022 · 0 comments

Comments

@closewait
Copy link

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.

@closewait 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant