Merge \"Correct typo in BluetoothSap binder\" into nyc-mr1-dev

am: 0db08ca3e7

Change-Id: I10b898a19d4d85e059d3344b696f09e8586c80f8
This commit is contained in:
ugo_yu
2016-06-17 01:43:28 +00:00
committed by android-build-merger

View File

@@ -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,