summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXiangyu/Malcolm Chen <refuhoo@google.com>2019-05-01 20:49:16 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2019-05-01 20:49:16 +0000
commitd3daa7a40e2855b949672c8c781139a25403426b (patch)
tree89db2f0a11079c3059c83818f2b38345474419bc
parentb4f69b3cd0b28415506f5672833092fadb1f192b (diff)
parent255d64e7a636165da12b44532e14c84401cb5705 (diff)
downloadbase-d3daa7a40e2855b949672c8c781139a25403426b.tar.gz
Merge "Add EuiccManager#EXTRA_PHYSICAL_SLOT_ID to detect it's an operation for pSIM."
-rw-r--r--telephony/java/android/telephony/euicc/EuiccManager.java12
1 files changed, 12 insertions, 0 deletions
diff --git a/telephony/java/android/telephony/euicc/EuiccManager.java b/telephony/java/android/telephony/euicc/EuiccManager.java
index f1a5778b2281..ee287d59b607 100644
--- a/telephony/java/android/telephony/euicc/EuiccManager.java
+++ b/telephony/java/android/telephony/euicc/EuiccManager.java
@@ -321,6 +321,18 @@ public class EuiccManager {
"android.telephony.euicc.extra.FROM_SUBSCRIPTION_ID";
/**
+ * Key for an extra set on privileged actions {@link #ACTION_TOGGLE_SUBSCRIPTION_PRIVILEGED}
+ * providing the physical slot ID of the target slot.
+ *
+ * <p>Expected type of the extra data: int
+ *
+ * @hide
+ */
+ // TODO: Make this a @SystemApi.
+ public static final String EXTRA_PHYSICAL_SLOT_ID =
+ "android.telephony.euicc.extra.PHYSICAL_SLOT_ID";
+
+ /**
* Optional meta-data attribute for a carrier app providing an icon to use to represent the
* carrier. If not provided, the app's launcher icon will be used as a fallback.
*/