SubscriptionManager.ActionManageSubscriptionPlans Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Activity Action: Display UI for managing the billing relationship plans between a carrier and a specific subscriber.
[Android.Runtime.Register("ACTION_MANAGE_SUBSCRIPTION_PLANS", ApiSince=28)]
public const string ActionManageSubscriptionPlans;
[<Android.Runtime.Register("ACTION_MANAGE_SUBSCRIPTION_PLANS", ApiSince=28)>]
val mutable ActionManageSubscriptionPlans : string
Field Value
- Attributes
Remarks
Activity Action: Display UI for managing the billing relationship plans between a carrier and a specific subscriber.
Carrier apps are encouraged to implement this activity, and the OS will provide an affordance to quickly enter this activity, typically via Settings. This affordance will only be shown when the carrier app is actively providing subscription plan information via #setSubscriptionPlans(int, List)
.
Contains #EXTRA_SUBSCRIPTION_INDEX
to indicate which subscription the user is interested in.
Java documentation for android.telephony.SubscriptionManager.ACTION_MANAGE_SUBSCRIPTION_PLANS
.
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.