Skip to content

Android 13: initialize is called + permissions allowed, requestLEScan doesn't fire until app is relaunched #559

Answered by jchri853
jchri853 asked this question in Q&A
Discussion options

You must be logged in to vote

Found it! For others that may encounter this...

https://stackoverflow.com/questions/75333312/android-kotlin-registerforactivityresult-no-callback

Had an extra onRequestPermissionsResult in the code intercepting the permissions request
public void onRequestPermissionsResult(int requestCode, @nonnull String[] permissions, @nonnull int[] grantResults) {}

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@jchri853
Comment options

@jchri853
Comment options

Answer selected by jchri853
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants