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

Android 13+ Bluetooth permission error #2348

Open
Basewq opened this issue Jun 24, 2024 · 0 comments
Open

Android 13+ Bluetooth permission error #2348

Basewq opened this issue Jun 24, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@Basewq
Copy link
Contributor

Basewq commented Jun 24, 2024

Release Type: Official Release

Version: 4.1+

Platform(s): Android 13/API 33

Describe the bug
Trying to run a game on an Android device/emulator with Android 13/API 33 or above will throw the exception like:
Java.Lang.RuntimeException: 'Unable to start activity ComponentInfo: java.lang.SecurityException: Need android.permission.BLUETOOTH_CONNECT permission for android.content.AttributionSource@5a253c89: AdapterService getBondedDevices'

Additional context
This issue was made so people searching this error message can see this page since it had not been officially logged previously.

Workaround is described in this discussion #1657 to declare bluetooth permissions.

The solution requires updating Silk library to the version when this issue is closed

Once updated this bluetooth permission should no longer be needed.

@Basewq Basewq added the bug Something isn't working label Jun 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant