Loading android/app/src/com/android/bluetooth/Utils.java +1 −1 Original line number Diff line number Diff line Loading @@ -650,7 +650,7 @@ public final class Utils { } final String msg = "Need " + permission + " permission for " + attributionSource + ": " + message; "Need " + permission + " permission for " + currentAttribution + ": " + message; if (result == PERMISSION_HARD_DENIED) { throw new SecurityException(msg); } else { Loading Loading
android/app/src/com/android/bluetooth/Utils.java +1 −1 Original line number Diff line number Diff line Loading @@ -650,7 +650,7 @@ public final class Utils { } final String msg = "Need " + permission + " permission for " + attributionSource + ": " + message; "Need " + permission + " permission for " + currentAttribution + ": " + message; if (result == PERMISSION_HARD_DENIED) { throw new SecurityException(msg); } else { Loading