android - how to get an URI from a Bundle? -


i got intent takes photo, after taking photo bundle with

this.imagen = imagereturnedintent;  this.lol = imagen.getextras(); 

i got "extra" on bundle, need in uri because after getting "data" send asyntask:

uploaddatabaseasynctask async = new uploaddatabaseasynctask(); async.execute(data); // "data" should uri 

edit: tried uri data null

intent.getdata(); 


Comments

Popular posts from this blog

c# - Unity IoC Lifetime per HttpRequest for UserStore -

Change the color of an oval at click in Java AWT -

I am trying to solve the error message 'incompatible ranks 0 and 1 in assignment' in a fortran 95 program. -