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

Commit 7c2acaa7 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:...

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

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/22639954



Change-Id: I86e54fd4b7f99c79ab4584029e32628e1b122cf1
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents b70661de ea173d6c
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;