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

Commit 827b63de authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 6657497 from dffe8419 to mainline-release

Change-Id: I88bf2f152f0a16a644da4dd96d159871125024ce
parents cc02efa4 dffe8419
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -387,8 +387,7 @@ public class PanService extends ProfileService {

    public boolean isTetheringOn() {
        // TODO(BT) have a variable marking the on/off state
        enforceCallingOrSelfPermission(
                BLUETOOTH_PRIVILEGED, "Need BLUETOOTH_PRIVILEGED permission");
        enforceCallingOrSelfPermission(BLUETOOTH_PERM, "Need BLUETOOTH permission");
        return mTetherOn;
    }