Skip to content

Commit

Permalink
BUG FIX FOR BreX900#67
Browse files Browse the repository at this point in the history
  • Loading branch information
jacopofranza committed May 15, 2024
1 parent df52571 commit 60bf5d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ class TerminalPlugin : FlutterPlugin, ActivityAware, TerminalPlatformApi {
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.S) {
arrayOf(
Manifest.permission.BLUETOOTH_SCAN,
Manifest.permission.BLUETOOTH_ADMIN
Manifest.permission.BLUETOOTH_CONNECT
)
} else {
arrayOf(
Expand Down

0 comments on commit 60bf5d9

Please sign in to comment.