次の方法で共有


DocumentsContract.Document.FlagSupportsWrite フィールド

定義

注意事項

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

文書が書き込みをサポートしていることを示すフラグ。

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

フィールド値

Value = 2
属性

注釈

文書が書き込みをサポートしていることを示すフラグ。

ドキュメントを開 Intent#ACTION_OPEN_DOCUMENTくと、呼び出し元のアプリケーションに両方 Intent#FLAG_GRANT_READ_URI_PERMISSIONIntent#FLAG_GRANT_WRITE_URI_PERMISSION. ただし、ドキュメントの実際の書き込み可能性は、リモート アクセスの変更などによって時間の経過と同時に変化する可能性があります。 このフラグは、ドキュメント クライアントが成功を期待 ContentResolver#openOutputStream(Uri) できることを示します。

の Java ドキュメントandroid.provider.DocumentsContract.Document.FLAG_SUPPORTS_WRITE

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象