Introduction - If you have any usage issues, please Google them yourself
Two methods 1. OpenFileOutput (String name, int mode) name: file name, can not contain the delimiter " /" if the file does not exist, Android will automatically create it. Create a file in/data/data/<package_name>/Files directory. mode: operation mode 2. openFileInput (String name)