Android.Content.Context.NoBackupFilesDir Property
Returns the absolute path to the directory on the filesystem similar to Context.FilesDir.

Syntax

[get: Android.Runtime.Register("getNoBackupFilesDir", "()Ljava/io/File;", "GetGetNoBackupFilesDirHandler")]
public abstract Java.IO.File NoBackupFilesDir { get; }

See Also

Context.OpenFileOutput(string, Android.Content.FileCreationMode)
Context.GetFileStreamPath(string)
Context.GetDir(string, Android.Content.FileCreationMode)
Android.App.Backup.BackupAgent

Value

Documentation for this section has not yet been entered.

Remarks

Returns the absolute path to the directory on the filesystem similar to Context.FilesDir. The difference is that files placed under this directory will be excluded from automatic backup to remote storage. See Android.App.Backup.BackupAgent for a full discussion of the automatic backup mechanism in Android.

No permissions are required to read or write to the returned path, since this path is internal storage.

[Android Documentation]

Requirements

Namespace: Android.Content
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1