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

Commit 0e912d66 authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 6657150 from b9d4e1eb to rvc-release

Change-Id: I1de14fbfbe9aa912ef3ca5b1de8044f1e7e2188a
parents 3f7d3e8c b9d4e1eb
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;
    }