|
|
|
|
411
|
if (mainFlipper != null) {
|
411
|
if (mainFlipper != null) {
|
412
|
// Runtime runtime = Runtime.getRuntime();
|
412
|
// Runtime runtime = Runtime.getRuntime();
|
413
|
// runtime.exec("input keyevent " + KeyEvent.KEYCODE_BACK);
|
413
|
// runtime.exec("input keyevent " + KeyEvent.KEYCODE_BACK);
|
|
|
414
|
|
|
|
415
|
// add by chengwb3 android子应用回退主应用使用
|
|
|
416
|
if (!mainFlipper.isCanBack()) {
|
|
|
417
|
context.finish();
|
|
|
418
|
return;
|
|
|
419
|
}
|
|
|
420
|
|
414
|
final String tag = param.getString(0);
|
421
|
final String tag = param.getString(0);
|
415
|
if(!isNull(tag)){
|
422
|
if(!isNull(tag)){
|
416
|
context.runOnUiThread(new Runnable() { public void run() {
|
423
|
context.runOnUiThread(new Runnable() { public void run() {
|