From 4bff9b267cbb5cb51d0a031beba69e68ffb2d04a Mon Sep 17 00:00:00 2001 From: Jeff Brown Date: Wed, 25 Feb 2015 12:43:30 -0800 Subject: Remove BatteryManager default constructor. This constructor should not have been made visible in the API. Change-Id: I07d0f89ef93e6d330d6bf75141881465b51c5858 --- system-api/23.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'system-api') diff --git a/system-api/23.txt b/system-api/23.txt index b215351..5bfc7a9 100644 --- a/system-api/23.txt +++ b/system-api/23.txt @@ -22897,7 +22897,6 @@ package android.os { } public class BatteryManager { - ctor public BatteryManager(); method public int getIntProperty(int); method public long getLongProperty(int); field public static final int BATTERY_HEALTH_COLD = 7; // 0x7 -- cgit v1.1