Loading android/app/jni/permission_helpers.h +1 −1 Original line number Original line Diff line number Diff line Loading @@ -20,7 +20,7 @@ namespace android { namespace android { namespace bluetooth { 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_ADMIN[] = "android.permission.BLUETOOTH_ADMIN"; const char PERMISSION_BLUETOOTH_PRIVILEGED[] = const char PERMISSION_BLUETOOTH_PRIVILEGED[] = "android.permission.BLUETOOTH_PRIVILEGED"; "android.permission.BLUETOOTH_PRIVILEGED"; Loading Loading
android/app/jni/permission_helpers.h +1 −1 Original line number Original line Diff line number Diff line Loading @@ -20,7 +20,7 @@ namespace android { namespace android { namespace bluetooth { 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_ADMIN[] = "android.permission.BLUETOOTH_ADMIN"; const char PERMISSION_BLUETOOTH_PRIVILEGED[] = const char PERMISSION_BLUETOOTH_PRIVILEGED[] = "android.permission.BLUETOOTH_PRIVILEGED"; "android.permission.BLUETOOTH_PRIVILEGED"; Loading