diff options
| author | 2019-08-01 16:15:14 -0700 | |
|---|---|---|
| committer | 2019-08-01 16:15:14 -0700 | |
| commit | 3a2c7a7fa38dda833ca1f7691ce30041ae653134 (patch) | |
| tree | 07a275f246372914f3d33a88b386756a9121642a | |
| parent | e65d952a5c4d608d786f46128913f876aa4ebccf (diff) | |
| parent | 3856b9e7d4fd34cb4efc0309caf157adbc9cecdf (diff) | |
Merge "Fix lint error getSystemService for EuiccManager" am: 97245795e7
am: 3856b9e7d4
Change-Id: I17624a0938e42d1d071cda76fb36c8c979ef622d
| -rw-r--r-- | core/java/android/content/Context.java | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/java/android/content/Context.java b/core/java/android/content/Context.java index 7a013f176691..73bc908632b2 100644 --- a/core/java/android/content/Context.java +++ b/core/java/android/content/Context.java @@ -3197,6 +3197,7 @@ public abstract class Context { TELEPHONY_SERVICE, TELEPHONY_SUBSCRIPTION_SERVICE, CARRIER_CONFIG_SERVICE, + EUICC_SERVICE, TELECOM_SERVICE, CLIPBOARD_SERVICE, INPUT_METHOD_SERVICE, @@ -3387,6 +3388,8 @@ public abstract class Context { * @see android.telephony.SubscriptionManager * @see #CARRIER_CONFIG_SERVICE * @see android.telephony.CarrierConfigManager + * @see #EUICC_SERVICE + * @see android.telephony.euicc.EuiccManager * @see #INPUT_METHOD_SERVICE * @see android.view.inputmethod.InputMethodManager * @see #UI_MODE_SERVICE |