Android: Image gallery share to app
I've got an app that accepts images from the image gallery (via share menu). My app starts, and I do this: Bundle bundle = getIntent().getExtras(); Object obj = bundle.get("android.intent.extra.STREAM"); While debugging, Eclipse is reporting the object obj is of type 'Uri@StringUri' (???) and inside it somewhere is the string ...