From: Nibha Sharma Date: Tue, 8 Sep 2020 06:00:25 +0000 (+0530) Subject: [TBT][contact][Non-ACR][TSIX-6157 fixed two times Instruction guide appear and TSIX... X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4a61f72655da292ee316ba49840008691aa934a5;p=test%2Ftct%2Fnative%2Fbehavior.git [TBT][contact][Non-ACR][TSIX-6157 fixed two times Instruction guide appear and TSIX-6154 button name changes to handsfree] Change-Id: I5d723dd67aa739db567799f15104e5f5486cf4e3 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 5fd0d28..bae0e02 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 d7ea897..1a55198 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 085f586..5513ab0 100755 --- a/tbtcoreapp/src/model/tbt-list.c +++ b/tbtcoreapp/src/model/tbt-list.c @@ -311,7 +311,7 @@ static tbt_info tbtapps[] = .info = "1. If Bluetooth is off, turn on manually
" "2. Press button Discover to see the list of Bluetooth Audio devices.
" "3. Select the desired device from the list.
" - "4. Press Connect Audio. button
" + "4. Press Handsfree button
" "5. Now make a call and test if sound is heard in the audio device", .result = 0, .required_features_count = 2, diff --git a/tbtcoreapp/src/view/tbt-contacts-view.c b/tbtcoreapp/src/view/tbt-contacts-view.c index 4fcaafa..fe0c8d4 100755 --- a/tbtcoreapp/src/view/tbt-contacts-view.c +++ b/tbtcoreapp/src/view/tbt-contacts-view.c @@ -129,7 +129,7 @@ contacts_view *contacts_view_add(Evas_Object *navi, tbt_info *tbt_info, Elm_Obje this->info_label = ui_utils_label_add(this->view->layout, "Contacts: "); elm_label_line_wrap_set(this->info_label, ELM_WRAP_WORD); - ui_utils_guide_instruction_popup_button(navi, "Instructions:
1. Make a contact Test with number 12345678.
1. Call and message Test.
3. Verify the count with the number of calls and messages made to test.
4. Delete the contact Test.
Note:You can also refer info section"); + //ui_utils_guide_instruction_popup_button(navi, "Instructions:
1. Make a contact Test with number 12345678.
1. Call and message Test.
3. Verify the count with the number of calls and messages made to test.
4. Delete the contact Test.
Note:You can also refer info section"); contacts_list_h list = NULL; contacts_query_h query;