How to get Android local files URI



  1. String introURI;  
  2. introURI = Uri.parse("android.resource://your.app.package/" + R.raw.intro); 


  3. String introURI;  
  4. introURI = Uri.parse("file:///sdcard/intro.3gp");

Comments

Popular posts from this blog