diff options
| author | 2021-05-03 17:01:43 +0000 | |
|---|---|---|
| committer | 2021-05-03 17:01:43 +0000 | |
| commit | b9645629b177bbb57d2e694b3e902216df6fe9ad (patch) | |
| tree | 556ad391deebe29fb63dd2f918b7926bfb414355 | |
| parent | 2db08cea7eae189eabd8e7279f4494f347826d3d (diff) | |
| parent | 029392438f1fce08f15395c814535bb8f7018063 (diff) | |
Merge "Update documentation of setUiccApplicationsEnabled" into sc-dev
| -rw-r--r-- | telephony/java/android/telephony/SubscriptionManager.java | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/telephony/java/android/telephony/SubscriptionManager.java b/telephony/java/android/telephony/SubscriptionManager.java index 2616ec8cc04f..114c90bbd87a 100644 --- a/telephony/java/android/telephony/SubscriptionManager.java +++ b/telephony/java/android/telephony/SubscriptionManager.java @@ -3402,7 +3402,10 @@ public class SubscriptionManager { * Set uicc applications being enabled or disabled. * The value will be remembered on the subscription and will be applied whenever it's present. * If the subscription in currently present, it will also apply the setting to modem - * immediately. + * immediately (the setting in the modem will not change until the modem receives and responds + * to the request, but typically this should only take a few seconds. The user visible setting + * available from SubscriptionInfo.areUiccApplicationsEnabled() will be updated + * immediately.) * * Permissions android.Manifest.permission.MODIFY_PHONE_STATE is required * |