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

What can cause "Required Package 'IndyCore' not found" when compiling a Delphi 2010 project? -

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