0
我想在其他活動中讀取文件,但我在另一個活動中做了它。我做了這樣的:文件讀取問題
FileOutputStream out = openFileOutput("config.txt", Context.MODE_PRIVATE);
但閱讀這樣的:
FileInputStream fstream = new openFileInput("config.txt");
,但這是不承認「openFileInput」,並要求再拍類或類似這樣的東西。