Android 自动结束本层activity,回退到上一层 的intent 设置

Intent intent = new Intent();
this.setResult(RESULT_OK, intent);
this.finish();

猜你喜欢

转载自kingbinchow.iteye.com/blog/2086012