回答編集履歴
1
誤記修正。
test
CHANGED
@@ -9,6 +9,8 @@
|
|
9
9
|
間違いやアドバイス在りましたらコメント頂けたら幸いです。
|
10
10
|
|
11
11
|
|
12
|
+
|
13
|
+
以下の記述で動作しました。
|
12
14
|
|
13
15
|
```java
|
14
16
|
|
@@ -22,7 +24,7 @@
|
|
22
24
|
|
23
25
|
|
24
26
|
|
25
|
-
・getFileStreamPath
|
27
|
+
・getFileStreamPathは、openFileOutput(String, int)でファイルを作成するフォルダの絶対パスを返す。
|
26
28
|
|
27
29
|
・openFileOutput(String, int)でファイルを作成するフォルダは、基本的には作成したアプリケーション専用のローカルファイル。
|
28
30
|
|