RenamingDelegatingContext.MakeExistingFilesAndDbsAccessible Method

Definition

Makes accessible all files and databases whose names match the filePrefix that was passed to the constructor.

[Android.Runtime.Register("makeExistingFilesAndDbsAccessible", "()V", "GetMakeExistingFilesAndDbsAccessibleHandler")]
public virtual void MakeExistingFilesAndDbsAccessible ();
[<Android.Runtime.Register("makeExistingFilesAndDbsAccessible", "()V", "GetMakeExistingFilesAndDbsAccessibleHandler")>]
abstract member MakeExistingFilesAndDbsAccessible : unit -> unit
override this.MakeExistingFilesAndDbsAccessible : unit -> unit
Attributes

Remarks

Makes accessible all files and databases whose names match the filePrefix that was passed to the constructor. Normally only files and databases that were created through this context are accessible.

Java documentation for android.test.RenamingDelegatingContext.makeExistingFilesAndDbsAccessible().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to