Android write file to internal app storage

sapan
android write to internal storage

Android write to internal storage

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");  
  

  
  }  
  
}

Post a Comment

0Comments
Post a Comment (0)

#buttons=(Accept !) #days=(20)

Our website uses cookies to enhance your experience. Learn More
Accept !