[Title]modified for remaining status of battery charger
authorsungmin ha <sungmin82.ha@samsung.com>
Tue, 28 Aug 2012 02:44:32 +0000 (11:44 +0900)
committersungmin ha <sungmin82.ha@samsung.com>
Tue, 28 Aug 2012 04:29:23 +0000 (13:29 +0900)
[Type]Bugfix
[Module]eventinjector-eplugin
[Priority]Critical
[Jira#]N_SE-7439
[Redmine#]  // Redmine Isuue Number
[Problem]  // Problem Description
[Cause]  // Cause Description
[Solution] // Solution Description
[TestCase]  // Executed the test-target (How to)

org.tizen.device/src/org/tizen/device/battery/page/BatteryPage.java
package/pkginfo.manifest

index 0a3fb7a..5edf5f3 100644 (file)
@@ -277,7 +277,10 @@ public class BatteryPage extends AbstractInjectorPage implements ISelectionListe
                        }
                }
                // set default values
-               sendMessage(1, 50);
-               sendMessage(2, 0);
+               sendData = 50;
+               sensorOn = 0;
+               
+               sendMessage(1, sendData);
+               sendMessage(2, sensorOn);
        }
 }
index 5753137..e3c9a81 100644 (file)
@@ -1,5 +1,5 @@
 Source:eventinjector-eplugin
-Version:0.2.60
+Version:0.2.61
 Maintainer:yeongkyoon Lee <yeongkyoon.lee@samsung.com>, sungmin Ha <sungmin82.ha@samsung.com>
 
 Package:eventinjector-eplugin