diff options
| author | Jiuyu Sun <jiuyu@google.com> | 2017-11-29 23:12:08 +0000 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2017-11-29 23:12:08 +0000 |
| commit | 577e40090282638cb2df5ba4738f4ba1030a2c53 (patch) | |
| tree | 596dbae5208368101dc01203e95ab9d503e14740 /core/java/android | |
| parent | e95a425a7a614775f1e97d542baaf4c4f803c055 (diff) | |
| parent | 26008bef3869841ceef9f05102adb378f65feb71 (diff) | |
Merge "Confirmation code second try."
Diffstat (limited to 'core/java/android')
| -rw-r--r-- | core/java/android/service/euicc/EuiccService.java | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/core/java/android/service/euicc/EuiccService.java b/core/java/android/service/euicc/EuiccService.java index cd233b831522..df0842f7fb0d 100644 --- a/core/java/android/service/euicc/EuiccService.java +++ b/core/java/android/service/euicc/EuiccService.java @@ -105,6 +105,13 @@ public abstract class EuiccService extends Service { public static final String EXTRA_RESOLUTION_CALLING_PACKAGE = "android.service.euicc.extra.RESOLUTION_CALLING_PACKAGE"; + /** + * Intent extra set for resolution requests containing a boolean indicating whether to ask the + * user to retry another confirmation code. + */ + public static final String EXTRA_RESOLUTION_CONFIRMATION_CODE_RETRIED = + "android.service.euicc.extra.RESOLUTION_CONFIRMATION_CODE_RETRIED"; + /** Result code for a successful operation. */ public static final int RESULT_OK = 0; /** Result code indicating that an active SIM must be deactivated to perform the operation. */ |
