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

Commit 72650488 authored by Andre Eisenbach's avatar Andre Eisenbach Committed by Android (Google) Code Review
Browse files

Merge "Update the roam status to headset" into mnc-dev

parents d4e92636 8764a5d5
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -177,7 +177,10 @@ class HeadsetPhoneState {
    }

    void setRoam(int roam) {
        if (mRoam != roam) {
            mRoam = roam;
            sendDeviceStateChanged();
        }
    }

    void setBatteryCharge(int batteryLevel) {