* commit '64f949e309b70508b2a2b86fd9c891f93263e5c7': Bluetooth: fix enableNoAutoConnect() call.
This commit is contained in:
@@ -1246,10 +1246,8 @@ public final class BluetoothAdapter {
|
||||
* @hide
|
||||
*/
|
||||
public boolean enableNoAutoConnect() {
|
||||
try {
|
||||
return mService.enableNoAutoConnect();
|
||||
} catch (RemoteException e) {Log.e(TAG, "", e);}
|
||||
return false;
|
||||
// TODO avoid auto-connect in the new stack.
|
||||
return enable();
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user