代码:方法需要测试: protected void onActivityResult(int requestCode, int resultCode, Intent data; }public void testOnActivityResult() {
//here I would like to call the onActivityResult
我是安卓的初学者。problem中集成了qr扫描仪,我在两个fragment..for中添加了qr扫描仪按钮接收结果我在activityResult method..In我的mainactivity..Is上添加了任何其他在安卓中接收结果的方法而不是OnactivityResult method..If而不是他们的我应该在我的Mainactivty..can anyOne中添加多个onActivityResult方法帮助我..
below is themy code for on