最終更新:2017-06-21 (水) 17:27:20 (2501d)  

Context.getDir
Top / Context.getDir

File getDir (String name, int mode)

内部ストレージ領域内にディレクトリを作成します(または既存のディレクトリを開きます)。

Retrieve, creating if needed, a new directory in which the application can place its own custom data files.

https://developer.android.com/reference/android/content/Context.html#getDir(java.lang.String, int)

関連