From: nibha.sharma Date: Thu, 24 Aug 2017 11:56:40 +0000 (+0530) Subject: [TBT][system-settings][NonACR][Feature for lock screen added] X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=eebf3ade859797414de1b2538cf5b31ffaf520db;p=test%2Ftct%2Fnative%2Fbehavior.git [TBT][system-settings][NonACR][Feature for lock screen added] Change-Id: I69bc696dc2b5bce1098ba3ce11fb04199efb6c8f 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 0c446ce..1b4789b 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 44fa755..b9fba3c 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 59f4efc..8cfeb80 100644 --- a/tbtcoreapp/src/model/tbt-list.c +++ b/tbtcoreapp/src/model/tbt-list.c @@ -2330,7 +2330,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