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

Commit eba238cb authored by Andre Eisenbach's avatar Andre Eisenbach Committed by Android Git Automerger
Browse files

am 61b9268f: am 72650488: Merge "Update the roam status to headset" into mnc-dev

* commit '61b9268f':
  Update the roam status to headset
parents 5bca38c4 61b9268f
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) {