Intent intent = new Intent();
this.setResult(RESULT_OK, intent);
this.finish();
Android 自动结束本层activity,回退到上一层 的intent 设置
最新推荐文章于 2024-05-03 20:58:41 发布
Intent intent = new Intent();
this.setResult(RESULT_OK, intent);
this.finish();