From b694eea0a38f252e8c210fbf544dd8ad7b62ad60 Mon Sep 17 00:00:00 2001 From: Hui Wang Date: Thu, 26 May 2022 21:49:45 +0000 Subject: [PATCH] Update javadoc to correct the typo Bug: 233943634 Test: make Change-Id: I61c23c5b9024554553a57d74eb7bc92121865be6 --- telephony/java/android/telephony/euicc/EuiccManager.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/telephony/java/android/telephony/euicc/EuiccManager.java b/telephony/java/android/telephony/euicc/EuiccManager.java index a49a61b592ba3..afcd263cf8aa1 100644 --- a/telephony/java/android/telephony/euicc/EuiccManager.java +++ b/telephony/java/android/telephony/euicc/EuiccManager.java @@ -761,7 +761,7 @@ public class EuiccManager { public static final int ERROR_INSTALL_PROFILE = 10009; /** - * Failed to load profile onto eUICC due to Profile Poicly Rules. + * Failed to load profile onto eUICC due to Profile Policy Rules. * @see #EXTRA_EMBEDDED_SUBSCRIPTION_DETAILED_CODE for details */ public static final int ERROR_DISALLOWED_BY_PPR = 10010;