diff options
| author | Holly Jiuyu Sun <jiuyu@google.com> | 2017-11-09 19:28:49 -0800 |
|---|---|---|
| committer | Holly Jiuyu Sun <jiuyu@google.com> | 2017-11-14 17:31:28 -0800 |
| commit | 26008bef3869841ceef9f05102adb378f65feb71 (patch) | |
| tree | cba852227392fc851e133296d3cd03544e261ec0 /core/java | |
| parent | 3b382900a81a10498fc35e927086982bc8e18437 (diff) | |
Confirmation code second try.
Bug: 69050703
Test: test on phone
Change-Id: I3e3671bf83715ce55a9d0662f518ef837ac8f22f
Diffstat (limited to 'core/java')
| -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. */ |
