remove BatteryLowNotiOff to unify low battery noti off to BatteryLowCriticalNotiOff 39/102939/1 accepted/tizen/3.0/common/20161207.195028 accepted/tizen/3.0/mobile/20161207.070118 accepted/tizen/3.0/tv/20161207.070134 accepted/tizen/3.0/wearable/20161207.070154 submit/tizen_3.0/20161207.015459
authorlokilee73 <changjoo.lee@samsung.com>
Wed, 7 Dec 2016 01:26:48 +0000 (10:26 +0900)
committerlokilee73 <changjoo.lee@samsung.com>
Wed, 7 Dec 2016 01:27:20 +0000 (10:27 +0900)
Change-Id: I7c43d1c17bc616d6008a246bcf10f954f26057da
Signed-off-by: lokilee73 <changjoo.lee@samsung.com>
src/launcher/launcher.c

index 9d7607f..6276388 100755 (executable)
@@ -257,9 +257,8 @@ dbus_noti_methods[] = {
        { "BatteryFullNotiOff"          , "i"           , "i"   , noti_off                      },
        { "BatteryChargeNotiOn"         , NULL          , "i"   , battery_charge_noti_on        },
        { "BatteryLowNotiOn"            , NULL          , "i"   , battery_low_noti_on   },
-       { "BatteryLowNotiOff"           , "i"           , "i"   , noti_off      },
        { "BatteryCriticalNotiOn"       , NULL          , "i"   , battery_critical_noti_on      },
-       { "BatteryCriticalNotiOff"      , "i"           , "i"   , noti_off      },
+       { "BatteryLowCriticalNotiOff"   , "i"           , "i"   , noti_off      },
        /* Battery Active noti*/
        { "BatteryLowActNotiOn"         , NULL          , "i"   , battery_low_actnoti_on        },
        { "BatteryCriticalActNotiOn"    , NULL          , "i"   , battery_critical_actnoti_on   },