次の方法で共有


SubscriptionManager.From(Context) メソッド

定義

このメンバーは非推奨です。

[Android.Runtime.Register("from", "(Landroid/content/Context;)Landroid/telephony/SubscriptionManager;", "", ApiSince=22)]
public static Android.Telephony.SubscriptionManager? From (Android.Content.Context? context);
[<Android.Runtime.Register("from", "(Landroid/content/Context;)Landroid/telephony/SubscriptionManager;", "", ApiSince=22)>]
static member From : Android.Content.Context -> Android.Telephony.SubscriptionManager

パラメーター

context
Context

戻り値

属性

注釈

このメンバーは非推奨です。 開発者は常に直接参照を Context#getSystemService(Class)取得する必要があります。

の Java ドキュメントandroid.telephony.SubscriptionManager.from(android.content.Context)

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

適用対象