[TBT][contact][Non-ACR][TSIX-6157 fixed two times Instruction guide appear and TSIX... 53/243553/2
authorNibha Sharma <nibha.sharma@samsung.com>
Tue, 8 Sep 2020 06:00:25 +0000 (11:30 +0530)
committerNibha Sharma <nibha.sharma@samsung.com>
Tue, 8 Sep 2020 06:35:24 +0000 (12:05 +0530)
Change-Id: I5d723dd67aa739db567799f15104e5f5486cf4e3
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
tbtcoreapp/src/view/tbt-contacts-view.c

index 5fd0d2821e349ef3f6a1ea17241ccb8772cfff68..bae0e02e00413f7fdbd6c9c976044c91263bb294 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 d7ea897bf9a63f9b59c7786ebdae2a129d1fc74a..1a55198d1f47489746782a4e8f4c9db2efed13ae 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 085f58625751f2cb10d7937535f46fb17aa0bd27..5513ab0824d5893f83f11d22291b7f75db8a73f4 100755 (executable)
@@ -311,7 +311,7 @@ static tbt_info tbtapps[] =
                        .info = "1.     If Bluetooth is off, turn on manually <br/>"
                                        "2.     Press button <b>Discover</b> to see the list of Bluetooth Audio devices.<br/>"
                                        "3.     Select the desired device from the list.<br/>"
-                                       "4. Press <b>Connect Audio.</b> button<br/>"
+                                       "4. Press <b>Handsfree</b> button<br/>"
                                        "5.     Now make a call and test if sound is heard in the audio device",
                        .result = 0,
                        .required_features_count = 2,
index 4fcaafa378685894fd698db2d06a230ac53bf36b..fe0c8d421051484f9291742b4fb26b0aa4191004 100755 (executable)
@@ -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:<br/>1. Make a contact Test with number 12345678.<br/>1. Call and message Test.<br/>3. Verify the count with the number of calls and messages made to test.<br/>4. Delete the contact Test.<br/><b>Note:You can also refer info section</b>");
+       //ui_utils_guide_instruction_popup_button(navi, "Instructions:<br/>1. Make a contact Test with number 12345678.<br/>1. Call and message Test.<br/>3. Verify the count with the number of calls and messages made to test.<br/>4. Delete the contact Test.<br/><b>Note:You can also refer info section</b>");
 
        contacts_list_h list = NULL;
        contacts_query_h query;