From: nibha.sharma Date: Thu, 24 Aug 2017 11:46:34 +0000 (+0530) Subject: [TBT][system-settings][NonACR][Feature for lock screen added] X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F17%2F146017%2F1;p=test%2Ftct%2Fnative%2Fbehavior.git [TBT][system-settings][NonACR][Feature for lock screen added] Change-Id: I06d77923904f46236842a2bb7438284b27878e63 Signed-off-by: nibha.sharma --- diff --git a/release/binary-armv7l/org.tizen.tbtcoreapp-1.0.0-arm.tpk b/release/binary-armv7l/org.tizen.tbtcoreapp-1.0.0-arm.tpk index 6821430..8a8f5e1 100755 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 diff --git a/release/binary-x86/org.tizen.tbtcoreapp-1.0.0-x86.tpk b/release/binary-x86/org.tizen.tbtcoreapp-1.0.0-x86.tpk index 567c8af..fe14916 100755 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 diff --git a/tbtcoreapp/src/model/tbt-list.c b/tbtcoreapp/src/model/tbt-list.c index 1fa1f26..216a248 100755 --- a/tbtcoreapp/src/model/tbt-list.c +++ b/tbtcoreapp/src/model/tbt-list.c @@ -2346,7 +2346,9 @@ static tbt_info tbtapps[] = .apptype = TBT_APP_SYSTEM_SETTINGS_LOCKSTATE, .icon_name = "dummy", .info = "
1.Manually change settings for each item through device Settings.
2. Verify all the items' values.", - .result = 0 + .result = 0, + .required_features_count = 2, + .features_required = {FEATURE_SYSTEMSETTING,FEATURE_SYSTEMSETTING_LOCK_SCREEN} }, #endif #endif