In my app I save an XML file to the user\'s SD card by doing File newxmlfile = new File(Environment.getExternalStorageDirectory() + \"/Message.xml\");
File newxmlfile = new File(Environment.getExternalStorageDirectory() + \"/Message.xml\");
B
You can use openFileOutput to get an access to the internal storage. For more info, you should read the documentation on internal storage.