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

Commit 05c38058 authored by Jakub Pawlowski's avatar Jakub Pawlowski Committed by Android (Google) Code Review
Browse files

Merge "Fix bad permission string" into pi-dev

parents 5c3b8bf9 9d5a8355
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";