Briefing Android Knowledge

which path is the file stored in?

When executing android.content.Context.openFileOutput(“sample.txt”, 0), which path is the file
stored in?

A.
/data/app/<package name>/files

B.
/data/data/<package name>/files

C.
/system/app/<package name>/files

D.
/system/data/<package name>/files

Explanation: