Loading framework/java/android/bluetooth/BluetoothManager.java +3 −2 Original line number Original line Diff line number Diff line Loading @@ -88,8 +88,9 @@ public final class BluetoothManager { uid = android.os.Process.SYSTEM_UID; uid = android.os.Process.SYSTEM_UID; } } try { try { res = new AttributionSource(uid, res = new AttributionSource.Builder(uid) AppGlobals.getPackageManager().getPackagesForUid(uid)[0], null); .setPackageName(AppGlobals.getPackageManager().getPackagesForUid(uid)[0]) .build(); } catch (RemoteException ignored) { } catch (RemoteException ignored) { } } } } Loading Loading
framework/java/android/bluetooth/BluetoothManager.java +3 −2 Original line number Original line Diff line number Diff line Loading @@ -88,8 +88,9 @@ public final class BluetoothManager { uid = android.os.Process.SYSTEM_UID; uid = android.os.Process.SYSTEM_UID; } } try { try { res = new AttributionSource(uid, res = new AttributionSource.Builder(uid) AppGlobals.getPackageManager().getPackagesForUid(uid)[0], null); .setPackageName(AppGlobals.getPackageManager().getPackagesForUid(uid)[0]) .build(); } catch (RemoteException ignored) { } catch (RemoteException ignored) { } } } } Loading