Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 60e9c1b4 authored by Jakub Pawlowski's avatar Jakub Pawlowski Committed by android-build-merger
Browse files

Merge "Fix bad permission string" am: 66001bc8

am: 1161f38e

Change-Id: Ic782aee06b36677cc311c5c7b7d474e3693a7b64
parents 5bc04982 1161f38e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@
namespace android {
namespace bluetooth {

const char PERMISSION_BLUETOOTH[] = "android.permission.BLUETOOTH_ADMIN";
const char PERMISSION_BLUETOOTH[] = "android.permission.BLUETOOTH";
const char PERMISSION_BLUETOOTH_ADMIN[] = "android.permission.BLUETOOTH_ADMIN";
const char PERMISSION_BLUETOOTH_PRIVILEGED[] =
    "android.permission.BLUETOOTH_PRIVILEGED";