Android.Content.ContextWrapper.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 override Java.IO.File NoBackupFilesDir { get; }

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