Android : Invoke Camera intent and get image data without using @Override onActivityResult

on Thursday, October 30, 2014


I need to call Camera intent and get taken photo back but I'm in situation where I can't override any Activity to make use of onActivityResult method.


Is there any other way to get this data ?


I've read about PreferenceManager.OnActivityResultListener but I think it's not the case.


0 comments:

Post a Comment