Battery : change a string for DEVICE_BATTERY_LEVEL_FULL 78/145578/1 accepted/tizen/4.0/unified/20170828.223722 accepted/tizen/unified/20170823.170342 submit/tizen/20170823.062729 submit/tizen_4.0/20170828.100002
authorlokilee73 <changjoo.lee@samsung.com>
Wed, 23 Aug 2017 03:11:44 +0000 (12:11 +0900)
committerlokilee73 <changjoo.lee@samsung.com>
Wed, 23 Aug 2017 03:12:13 +0000 (12:12 +0900)
Change-Id: Ie6c827acfb69c7c4101f17a1ec47ad8a8dc64473
Signed-off-by: lokilee73 <changjoo.lee@samsung.com>
include/battery.h [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 85f3d28..07e961c
@@ -43,7 +43,7 @@ typedef enum {
     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;