Member Name | Description |
---|---|
Append | File creation mode: for use with Context.OpenFileOutput(string, Android.Content.FileCreationMode), if the file already exists then write data to the end of the existing file instead of erasing it. |
EnableWriteAheadLogging | Database open flag: when set, the database is opened with write-ahead logging enabled by default. |
MultiProcess |
This was the legacy (but undocumented) behavior in and before Gingerbread (Android 2.3) and this flag is implied when targetting such releases. For applications targetting SDK versions greater than Android 2.3, this flag must be explicitly set if desired. |
Private | File creation mode: the default mode, where the created file can only be accessed by the calling application (or all applications sharing the same user ID). |
WorldReadable | |
WorldWriteable |