[Bug][N_SE-26671]Disable virtualkeypad and clipboard
authorJinjin Shi <jinjin.shi@samsung.com>
Mon, 4 Mar 2013 09:30:27 +0000 (17:30 +0800)
committerJinjin Shi <jinjin.shi@samsung.com>
Mon, 4 Mar 2013 10:03:28 +0000 (18:03 +0800)
Change-Id: I15c0eeacb0d574b0859651cc88d9953001e172a7

org.tizen.lockscreen.xml.in
packaging/org.tizen.lockscreen.spec
src/util.c

index f32c0a5..d7b5af9 100755 (executable)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>\r
-<manifest xmlns="http://tizen.org/ns/packages" package="@PKGNAME@" version="0.1.13" install-location="internal-only">\r
+<manifest xmlns="http://tizen.org/ns/packages" package="@PKGNAME@" version="0.1.14" install-location="internal-only">\r
        <label>@PROJECT_NAME@</label>\r
        <author email="yjoo93.park@samsung.com" href="www.samsung.com">Youngjoo Park</author>\r
        <author email="seungtaek.chung@samsung.com" href="www.samsung.com">seungtaek chung</author>\r
index 6ab0263..b866f31 100755 (executable)
@@ -2,7 +2,7 @@
 
 Name:       org.tizen.lockscreen
 Summary:    lockscreen application
-Version:    0.1.13
+Version:    0.1.14
 Release:    1
 Group:      TBD
 License:    Apache
index 901a06c..1df7a2e 100755 (executable)
@@ -91,7 +91,14 @@ Evas_Object *_make_top_layout(struct appdata *ad)
        if(conform == NULL) {
                return NULL;
        }
+
+#if 0
        elm_object_style_set(conform, "indicator_overlap");
+#else
+       elm_object_signal_emit(conform, "elm,state,virtualkeypad,disable", "");
+       elm_object_signal_emit(conform, "elm,state,indicator,overlap", "");
+       elm_object_signal_emit(conform, "elm,state,clipboard,disable", "");
+#endif
 
        eo = _add_layout(conform, EDJEFILE, "lock-main");
        if (eo == NULL)