Skip to content

Commit df71b93

Browse files
committed
BatteryManager: Mark battery moto mods constants as hidden
Change-Id: I095a646d78c718df14cd8cd4fcde848ae3ba01df
1 parent 009dd8b commit df71b93

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

core/java/android/os/BatteryManager.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,11 @@ public class BatteryManager {
208208
*/
209209
public static final String EXTRA_PLUGGED_RAW = "plugged_raw";
210210

211+
/** @hide */
211212
public static final int BATTERY_PROPERTY_MOD_CHARGE_FULL = 100;
213+
/** @hide */
212214
public static final int BATTERY_PROPERTY_CHARGE_FULL = 101;
215+
/** @hide */
213216
public static final int BATTERY_PLUGGED_MOD = 8;
214217

215218
// values for "status" field in the ACTION_BATTERY_CHANGED Intent

0 commit comments

Comments
 (0)