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

PHPMotion implementation - URL based videos (Hosted on separate location) -

javascript - Using Windows Media Player as video fallback for video tag -

c# - Unity IoC Lifetime per HttpRequest for UserStore -