diff options
| author | Holly Jiuyu Sun <jiuyu@google.com> | 2018-02-21 20:34:22 -0800 |
|---|---|---|
| committer | Holly Jiuyu Sun <jiuyu@google.com> | 2018-02-21 20:36:47 -0800 |
| commit | b85013a8844cbf4ac4e6fa0086cd8a5256c668e2 (patch) | |
| tree | 7897c02c842a802ec247f5f51b26e01c8490e265 /core/java | |
| parent | 2cb882d61a6f213eaf231f106c8aa735ca28ccfc (diff) | |
Mark EUICC_PROVISIONED as @SystemApi.
Bug: 35851809
Test: test on phone
Change-Id: I1627aeaf6846e889767fb4223c46fa278a751b23
Diffstat (limited to 'core/java')
| -rw-r--r-- | core/java/android/provider/Settings.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/java/android/provider/Settings.java b/core/java/android/provider/Settings.java index 2ec9009ee549..f04a155bc7f9 100644 --- a/core/java/android/provider/Settings.java +++ b/core/java/android/provider/Settings.java @@ -8573,6 +8573,7 @@ public final class Settings { * (0 = false, 1 = true) * @hide */ + @SystemApi public static final String EUICC_PROVISIONED = "euicc_provisioned"; /** |
