创建文件存储在android中的物理位置?

时间:2012-07-23 15:00:25

标签: android file directory storage

我正在使用以下代码创建文件

      OutputStreamWriter out = new OutputStreamWriter(openFileOutput("try.txt",0));
      // write the contents on mySettings to the file
      out.write("erterter");
      // close the file
      out.close();

1 个答案:

答案 0 :(得分:3)

以这种方式创建的文件存储在应用程序的私有存储中:/data/data/com.package/files