Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 02939243 authored by Jordan Liu's avatar Jordan Liu
Browse files

Update documentation of setUiccApplicationsEnabled

Bug: 159667154
Test: no behavior change
Change-Id: If02b734ef920492790f3c9446f9db346c5dac824
parent 2c389bf6
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -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
     *