- name
- The name of the file to open; can not contain path separators.
- mode
- Operating mode. Use 0 or Context.MODE_PRIVATE for the default operation, Context.MODE_APPEND to append to an existing file, Context.MODE_WORLD_READABLE and Context.MODE_WORLD_WRITEABLE to control permissions.
Documentation for this section has not yet been entered.
Type Reason Java.IO.FileNotFoundException
Open a private file associated with this Context's application package for writing. Creates the file if it doesn't already exist.
No permissions are required to invoke this method, since it uses internal storage.