diff options
| author | 2012-08-14 15:21:02 -0700 | |
|---|---|---|
| committer | 2012-08-20 10:04:12 -0700 | |
| commit | 37a37f445cbcd64376af153dd79ea2a123d9405d (patch) | |
| tree | 7b2ae5f75d4c6bff056472da64752473e1d211f9 /api | |
| parent | 82d53ce283b7c275624d66e9bf20cfe2614af5c4 (diff) | |
add wireless charger support
bug: 6879638
- add new enum value BATTERY_PLUGGED_WIRELESS
- check for sys online file with contents "Wireless"
Change-Id: I22dc3c40f50573c98643e7b5cbcb237d0216530d
Diffstat (limited to 'api')
| -rw-r--r-- | api/current.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt index 8350200a107d..60cfefd6ffdc 100644 --- a/api/current.txt +++ b/api/current.txt @@ -15515,6 +15515,7 @@ package android.os { field public static final int BATTERY_HEALTH_UNSPECIFIED_FAILURE = 6; // 0x6 field public static final int BATTERY_PLUGGED_AC = 1; // 0x1 field public static final int BATTERY_PLUGGED_USB = 2; // 0x2 + field public static final int BATTERY_PLUGGED_WIRELESS = 4; // 0x4 field public static final int BATTERY_STATUS_CHARGING = 2; // 0x2 field public static final int BATTERY_STATUS_DISCHARGING = 3; // 0x3 field public static final int BATTERY_STATUS_FULL = 5; // 0x5 |