ComponentInfo.Exported プロパティ

定義

このコンポーネントが他のアプリケーションで使用できる場合は、true に設定します。

[Android.Runtime.Register("exported")]
public bool Exported { get; set; }
[<Android.Runtime.Register("exported")>]
member this.Exported : bool with get, set

プロパティ値

属性

注釈

このコンポーネントが他のアプリケーションで使用できる場合は、true に設定します。 android.R.attr#exported android:exported< から取得されます。アクティビティ>, <レシーバー>, <サービス>、または <プロバイダー>タグ。

android.content.pm.ComponentInfo.exportedJava ドキュメント。

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

適用対象