diff options
| author | TreeHugger Robot <treehugger-gerrit@google.com> | 2018-11-19 18:26:23 +0000 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2018-11-19 18:26:23 +0000 |
| commit | 5798ef6a96c687689086104baa2da49b248bb0dc (patch) | |
| tree | b589c6ab1d68d81d9edc7b2d3c89728b9f763504 /core/java | |
| parent | 49e30496136137009230ba6c3dd830bc556cbd4d (diff) | |
| parent | cfb6e7be841e66b244e9f5d62dd320fe7ca0c73b (diff) | |
Merge "public eSIM APIs created in Android P"
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 b87faef5bb44..49a7320dab6d 100644 --- a/core/java/android/service/euicc/EuiccService.java +++ b/core/java/android/service/euicc/EuiccService.java @@ -82,6 +82,13 @@ public abstract class EuiccService extends Service { // LUI actions. These are passthroughs of the corresponding EuiccManager actions. /** + * Action used to bind the carrier app and get the activation code from the carrier app. This + * activation code will be used to download the eSIM profile during eSIM activation flow. + */ + public static final String ACTION_BIND_CARRIER_PROVISIONING_SERVICE = + "android.service.euicc.action.BIND_CARRIER_PROVISIONING_SERVICE"; + + /** * @see android.telephony.euicc.EuiccManager#ACTION_MANAGE_EMBEDDED_SUBSCRIPTIONS * The difference is this one is used by system to bring up the LUI. */ |
