|
@@ -366,16 +366,19 @@ static bool ondeviceInfoActivityTouchEvent(const MotionEvent &ev) {
|
|
|
|
|
|
static bool onButtonClick_SettingButton(ZKButton *pButton) {
|
|
static bool onButtonClick_SettingButton(ZKButton *pButton) {
|
|
LOGD(" ButtonClick SettingButton !!!\n");
|
|
LOGD(" ButtonClick SettingButton !!!\n");
|
|
- Intent* intent = new Intent();
|
|
|
|
- intent->putExtra(functionWindows, "setting");
|
|
|
|
- EASYUICONTEXT->openActivity("functionActivity", intent);
|
|
|
|
|
|
+// Intent* intent = new Intent();
|
|
|
|
+// intent->putExtra(functionWindows, "setting");
|
|
|
|
+// EASYUICONTEXT->openActivity("functionActivity", intent);
|
|
|
|
+
|
|
|
|
+ EASYUICONTEXT->openActivity("sipTestActivity");
|
|
return false;
|
|
return false;
|
|
}
|
|
}
|
|
|
|
|
|
static bool onButtonClick_ServerButton(ZKButton *pButton) {
|
|
static bool onButtonClick_ServerButton(ZKButton *pButton) {
|
|
LOGD(" ButtonClick ServerButton !!!\n");
|
|
LOGD(" ButtonClick ServerButton !!!\n");
|
|
Intent* intent = new Intent();
|
|
Intent* intent = new Intent();
|
|
- intent->putExtra(functionWindows, "serverChange");
|
|
|
|
|
|
+// intent->putExtra(functionWindows, "serverChange");
|
|
|
|
+ intent->putExtra(functionWindows, "serverChange2");
|
|
EASYUICONTEXT->openActivity("functionActivity", intent);
|
|
EASYUICONTEXT->openActivity("functionActivity", intent);
|
|
return false;
|
|
return false;
|
|
}
|
|
}
|
|
@@ -397,7 +400,8 @@ static bool onButtonClick_RestartButton(ZKButton *pButton) {
|
|
LOGD(" ButtonClick RestartButton !!!\n");
|
|
LOGD(" ButtonClick RestartButton !!!\n");
|
|
|
|
|
|
Intent* intent = new Intent();
|
|
Intent* intent = new Intent();
|
|
- intent->putExtra(functionWindows, "reboot");
|
|
|
|
|
|
+// intent->putExtra(functionWindows, "reboot");
|
|
|
|
+ intent->putExtra(functionWindows, "reboot2");
|
|
EASYUICONTEXT->openActivity("functionActivity", intent);
|
|
EASYUICONTEXT->openActivity("functionActivity", intent);
|
|
|
|
|
|
// const char* req = "-1";
|
|
// const char* req = "-1";
|