[TBT][system-settings][NonACR][Added feature check in lock screen] 98/145998/1
authornibha.sharma <nibha.sharma@samsung.com>
Thu, 24 Aug 2017 10:59:41 +0000 (16:29 +0530)
committernibha.sharma <nibha.sharma@samsung.com>
Thu, 24 Aug 2017 10:59:41 +0000 (16:29 +0530)
Change-Id: I8515afee9a9e92fb1c4078d1dc8e0de6019e0e4a
Signed-off-by: nibha.sharma <nibha.sharma@samsung.com>
release/binary-armv7l/org.tizen.tbtcoreapp-1.0.0-arm.tpk
release/binary-x86/org.tizen.tbtcoreapp-1.0.0-x86.tpk
tbtcoreapp/src/model/tbt-list.c

index 994b44cd7e5dd6bc243987291f5804fe0255a20f..f083fc90851792ec7c7880f2d0cae8bab9532e8e 100755 (executable)
Binary files a/release/binary-armv7l/org.tizen.tbtcoreapp-1.0.0-arm.tpk and b/release/binary-armv7l/org.tizen.tbtcoreapp-1.0.0-arm.tpk differ
index f054dea41bd4a95b48de2ccd30e4c9b819283eba..738cc225d317d30ee0e0c7ffbcbc20403937c31e 100755 (executable)
Binary files a/release/binary-x86/org.tizen.tbtcoreapp-1.0.0-x86.tpk and b/release/binary-x86/org.tizen.tbtcoreapp-1.0.0-x86.tpk differ
index 9be34a0f293706d0687d8849451c6b3344135f8d..fe6c256413360810ceb89b89e36d5409847506e3 100755 (executable)
@@ -2346,7 +2346,9 @@ static tbt_info tbtapps[] =
                        .apptype = TBT_APP_SYSTEM_SETTINGS_LOCKSTATE,
                        .icon_name = "dummy",
                        .info = "<br/>1.Manually change settings for each item through device Settings.<br/>2. Verify all the items' values.",
-                       .result = 0
+                       .result = 0,
+                       .required_features_count = 2,
+                       .features_required = {FEATURE_SYSTEMSETTING,FEATURE_SYSTEMSETTING_LOCK_SCREEN}
                },
        #endif
 #endif