Loading core/java/android/bluetooth/BluetoothSap.java +1 −1 Original line number Diff line number Diff line Loading @@ -138,7 +138,7 @@ public final class BluetoothSap implements BluetoothProfile { } boolean doBind() { Intent intent = new Intent(IBluetoothMap.class.getName()); Intent intent = new Intent(IBluetoothSap.class.getName()); ComponentName comp = intent.resolveSystemService(mContext.getPackageManager(), 0); intent.setComponent(comp); if (comp == null || !mContext.bindServiceAsUser(intent, mConnection, 0, Loading Loading
core/java/android/bluetooth/BluetoothSap.java +1 −1 Original line number Diff line number Diff line Loading @@ -138,7 +138,7 @@ public final class BluetoothSap implements BluetoothProfile { } boolean doBind() { Intent intent = new Intent(IBluetoothMap.class.getName()); Intent intent = new Intent(IBluetoothSap.class.getName()); ComponentName comp = intent.resolveSystemService(mContext.getPackageManager(), 0); intent.setComponent(comp); if (comp == null || !mContext.bindServiceAsUser(intent, mConnection, 0, Loading