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

Commit ed9c8c80 authored by Jakub Pawlowski's avatar Jakub Pawlowski
Browse files

Fix bad permission string

Bug: 76199862
Test: compilation
Change-Id: I3203a0fdd9fc44e0ed88fe6b0069afb0ef582e7a
(cherry picked from commit f46a159d8ca41712b515db0bf3effdd8f50e196e)
parent b2f24d86
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";