You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
872 B
872 B
9.15. Subscription Plans
"Subscription plans" refer to the billing relationship plan details provided
by a mobile carrier through [SubscriptionManager.setSubscriptionPlans()
](https://developer.android.com/reference/android/telephony/SubscriptionManager.html#setSubscriptionPlans%28int, java.util.List<android.telephony.SubscriptionPlan>%29).
All device implementations:
- [C-0-1] MUST return subscription plans only to the mobile carrier app that has originally provided them.
- [C-0-2] MUST NOT remotely back up or upload subscription plans.
- [C-0-3] MUST only allow overrides, such as [
SubscriptionManager.setSubscriptionOverrideCongested()
](https://developer.android.com/reference/android/telephony/SubscriptionManager.html#setSubscriptionOverrideCongested%28int, boolean, long%29), from the mobile carrier app currently providing valid subscription plans.