Package com.microej.wear.services
Interface DeviceService
-
public interface DeviceService
This service allows Features to get device information.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getBatteryLevel()
Returns the current battery level.boolean
isBatteryCharging()
Returns whether the battery is currently charging.
-