"9. Press <b>Active</b> button and immediately press home button to move app to pause state, a Active push notification will be shown in Notification panel.<br/>"
"10. Press <b>Template</b> button and immediately press home button to move app to pause state, a push notification with custom icon and sound will be shown in Notification panel.<br/>"
"11. When new push notification will come a increasing badge number will be shown on app icon.<br/>"
- "12. If app is open and pressed <b>Message</b> button will show the message it is not read.<br/>"
- "13. Press button Disconnect to <b>Disconnect</b> Push Service.",
+ "12. Press button Disconnect to <b>Disconnect</b> Push Service.",
.result = 0,
.required_features_count = 1,
.features_required = {FEATURE_NETWORK_PUSH}
elm_table_padding_set(table, 0, 0);
this->start_btn = ui_utils_push_button_add(this, table, "Start", _control_button_push_service_start_pressed_cb);
- elm_table_pack(table, this->start_btn, 0, 0, 1, 1);
+ elm_table_pack(table, this->start_btn, 0, 0, 2, 1);
- this->message_btn = ui_utils_push_button_add(this, table, "Message", _control_button_push_service_get_message_pressed_cb);
- elm_table_pack(table, this->message_btn, 1, 0, 2, 1);
+ //this->message_btn = ui_utils_push_button_add(this, table, "Message", _control_button_push_service_get_message_pressed_cb);
+ //elm_table_pack(table, this->message_btn, 1, 0, 2, 1);
this->disconnect_btn = ui_utils_push_button_add(this, table, "Disconnect", _control_button_push_service_disconnect_pressed_cb);