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

Commit ea173d6c authored by Matt Walliser's avatar Matt Walliser Committed by Automerger Merge Worker
Browse files

Merge "Add isBatteryCharging to NetworkProviderInfo extras" into udc-dev am: 53c8ac6f

parents 2f72bdcd 53c8ac6f
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -84,6 +84,12 @@ public final class NetworkProviderInfo implements Parcelable {
    public @interface DeviceType {
    }

    /**
     * Key in extras bundle indicating that the device battery is charging.
     * @hide
     */
    public static final String EXTRA_KEY_IS_BATTERY_CHARGING = "is_battery_charging";

    @DeviceType
    private final int mDeviceType;
    private final String mDeviceName;