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

Commit 1161f38e authored by Jakub Pawlowski's avatar Jakub Pawlowski Committed by android-build-merger
Browse files

Merge "Fix bad permission string"

am: 66001bc8

Change-Id: Icefdb60939cba0eb6584f213cf38615407f5de39
parents b93a757a 66001bc8
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";