-
public class BatteryPropertiesRegistrarApis
-
-
Method Summary
Modifier and Type Method Description static intgetIntProperty(int id)static longgetLongProperty(int id)static voidscheduleUpdate()-
-
Method Detail
-
getIntProperty
@RequiresApi(api = Build.VERSION_CODES.O) static int getIntProperty(int id)
-
getLongProperty
@RequiresApi(api = Build.VERSION_CODES.O) static long getLongProperty(int id)
-
scheduleUpdate
static void scheduleUpdate()
-
-
-
-