Loading src/com/android/server/util/PermissionUtil.java +2 −1 Original line number Diff line number Diff line Loading @@ -41,7 +41,8 @@ public final class PermissionUtil { return; } if (UserHandle.getAppId(caller) != Process.BLUETOOTH_UID) { if (caller != Process.myUid() && // apps with NETWORK_STACK_UID UserHandle.getAppId(caller) != Process.BLUETOOTH_UID) { throw new SecurityException("Invalid caller: " + caller); } } Loading Loading
src/com/android/server/util/PermissionUtil.java +2 −1 Original line number Diff line number Diff line Loading @@ -41,7 +41,8 @@ public final class PermissionUtil { return; } if (UserHandle.getAppId(caller) != Process.BLUETOOTH_UID) { if (caller != Process.myUid() && // apps with NETWORK_STACK_UID UserHandle.getAppId(caller) != Process.BLUETOOTH_UID) { throw new SecurityException("Invalid caller: " + caller); } } Loading