Posted by
sapan
on
- Get link
- Other Apps
Below is the snippet to write file into the internal storage
public class App extends Application {
@Override
public void onCreate() {
super.onCreate();
String dirpath = this.getFilesDir().getAbsolutePath();
Log.wtf("SKDINFO","APPLICATION CLASS INITALISE");
}
}
Comments
Post a comment