DocumentsContract.Root.FlagSupportsCreate フィールド

定義

注意事項

This constant will be removed in the future version. Use Android.Provider.DocumentRootFlags enum directly instead of this field.

このルートの下にある少なくとも 1 つのディレクトリがコンテンツの作成をサポートしていることを示すフラグ。

[Android.Runtime.Register("FLAG_SUPPORTS_CREATE")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Provider.DocumentRootFlags enum directly instead of this field.", true)]
public const Android.Provider.DocumentRootFlags FlagSupportsCreate = 1;
[<Android.Runtime.Register("FLAG_SUPPORTS_CREATE")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Provider.DocumentRootFlags enum directly instead of this field.", true)>]
val mutable FlagSupportsCreate : Android.Provider.DocumentRootFlags

フィールド値

Value = 1
属性

注釈

このルートの下にある少なくとも 1 つのディレクトリがコンテンツの作成をサポートしていることを示すフラグ。 このフラグを持つルートは、アプリケーションが と Intent#ACTION_CREATE_DOCUMENT対話するときに表示されます。

の Java ドキュメント android.provider.DocumentsContract.Root.FLAG_SUPPORTS_CREATE

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象