Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 404600e3 authored by Philip P. Moltmann's avatar Philip P. Moltmann Committed by Automerger Merge Worker
Browse files

Merge "Set attributionTag for noteOp(WRITE_SETTINGS) calls" am: da8697a48b

Change-Id: I3ddd8954cf8443f549f7965cc43f2600bf92a80b
parents 6d0a5f43 8d545117
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -367,7 +367,7 @@ public final class BluetoothPan implements BluetoothProfile {
        final IBluetoothPan service = getService();
        if (service != null && isEnabled()) {
            try {
                service.setBluetoothTethering(value, pkgName);
                service.setBluetoothTethering(value, pkgName, null);
            } catch (RemoteException e) {
                Log.e(TAG, "Stack:" + Log.getStackTraceString(new Throwable()));
            }