protected void onActivityResult(int reqCode, int resCode, Intent data){
super.onActivityResult(reqCode, resCode, data);
In the paramters you got requestCode, resultCode and data. But in the error you also get the "who". What is this, and where is it coming from