Skip to content

fix: restore missing Bluetooth permissions on Android#1846

Open
jburbach wants to merge 1 commit into100mslive:mainfrom
jburbach:fix/restore-bluetooth-permissions
Open

fix: restore missing Bluetooth permissions on Android#1846
jburbach wants to merge 1 commit into100mslive:mainfrom
jburbach:fix/restore-bluetooth-permissions

Conversation

@jburbach
Copy link
Copy Markdown

@jburbach jburbach commented Mar 12, 2026

Summary

  • Bluetooth audio devices are not recognized on Android since the v1.10.0 → v1.11.0 migration — only AUTOMATIC appears in the audio device list, BLUETOOTH is missing.
  • Root cause: commit 4c5fb252 ("removed bluetooth permissions", Jan 2024) intentionally removed BLUETOOTH and BLUETOOTH_CONNECT from both the SDK manifest and the example app manifest.
  • The sample apps were later corrected in 14170aee (Jun 2024) to re-add these permissions, but the SDK manifest and example app were never updated — creating an inconsistency where sample apps work but the SDK itself and its example app do not.
  • This PR restores the permissions in:
    • SDK manifest (packages/hmssdk_flutter/android/src/main/AndroidManifest.xml) — automatically merged into all consuming apps via Android manifest merging
    • Example app manifest (packages/hmssdk_flutter/example/android/app/src/main/AndroidManifest.xml) — for explicitness

Bluetooth audio devices are not recognized on Android since v1.10.0.

In commit 4c5fb25 (Jan 2024, "removed bluetooth permissions"), BLUETOOTH
and BLUETOOTH_CONNECT were removed from both the SDK manifest and the
example app manifest. The sample apps were later updated to re-add them
(14170ae), but the SDK and example app were never corrected.

Without these permissions, the native Android SDK cannot enumerate
Bluetooth audio devices — only AUTOMATIC appears in the device list.

This adds them back to:
- SDK manifest (auto-merged into all consuming apps)
- Example app manifest (for explicitness)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@jburbach jburbach marked this pull request as ready for review March 12, 2026 02:04
@jburbach
Copy link
Copy Markdown
Author

@ygit I think this should fix the bluetooth issue in andriod.

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

Successfully merging this pull request may close these issues.

1 participant