SyntaxFix
Write A Post
Hire A Developer
Questions
To get the path of file in application package;
ContextWrapper c = new ContextWrapper(this); Toast.makeText(this, c.getFilesDir().getPath(), Toast.LENGTH_LONG).show();