<uses-permission android:name="android.permission.READ_INTERNAL_STORAGE"/> <uses-permission android:name="android.permission.WRITE_INTERNAL_STORAGE"/>
File f = new File("/hala"); f.createNewFile();
File f = new File("hala"); f.createNewFile();
java.io.IOException: open failed: EROFS (Read-only file system)
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)