Change-Id: Ie6c827acfb69c7c4101f17a1ec47ad8a8dc64473
Signed-off-by: lokilee73 <changjoo.lee@samsung.com>
DEVICE_BATTERY_LEVEL_CRITICAL, /**< The battery charge is at a critical state. You may have to stop using multimedia features, because they are not guaranteed to work correctly at this battery status. */
DEVICE_BATTERY_LEVEL_LOW, /**< The battery has little charge left. */
DEVICE_BATTERY_LEVEL_HIGH, /**< The battery status is not to be careful. */
- DEVICE_BATTERY_LEVEL_FULL, /**< The battery status is full. */
+ DEVICE_BATTERY_LEVEL_FULL, /**< The battery status is fully charged. It means no more charge. */
} device_battery_level_e;