Intent.CategoryTypedOpenable Field

Definition

Used to indicate that an intent filter can accept files which are not necessarily openable by ContentResolver#openFileDescriptor(Uri, String), but at least streamable via ContentResolver#openTypedAssetFileDescriptor(Uri, String, Bundle) using one of the stream types exposed via ContentResolver#getStreamTypes(Uri, String).

[Android.Runtime.Register("CATEGORY_TYPED_OPENABLE", ApiSince=26)]
public const string CategoryTypedOpenable;
[<Android.Runtime.Register("CATEGORY_TYPED_OPENABLE", ApiSince=26)>]
val mutable CategoryTypedOpenable : string

Field Value

Implements

Attributes

Remarks

Used to indicate that an intent filter can accept files which are not necessarily openable by ContentResolver#openFileDescriptor(Uri, String), but at least streamable via ContentResolver#openTypedAssetFileDescriptor(Uri, String, Bundle) using one of the stream types exposed via ContentResolver#getStreamTypes(Uri, String).

Java documentation for android.content.Intent.CATEGORY_TYPED_OPENABLE.

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