From b532af6c723a56ef7fafb9c683878afead165fdf Mon Sep 17 00:00:00 2001 From: SongFerngWang Date: Tue, 20 Aug 2019 22:32:16 +0800 Subject: [PATCH] To modify 5G icon carrier config's comment: 5GPlus to 5G_Plus Bug: 138932186 Test: build pass Change-Id: Ic8625f44a5ad23a307cfb280b85bfb27da2f2b06 --- telephony/java/android/telephony/CarrierConfigManager.java | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/telephony/java/android/telephony/CarrierConfigManager.java b/telephony/java/android/telephony/CarrierConfigManager.java index 078bf686c94f..a492eb1b8841 100755 --- a/telephony/java/android/telephony/CarrierConfigManager.java +++ b/telephony/java/android/telephony/CarrierConfigManager.java @@ -2638,10 +2638,12 @@ public class CarrierConfigManager { * the value is the icon name. Use "None" as the icon name if no icon should be shown in a * specific 5G scenario. If the scenario is "None", config can skip this key and value. * + * Icon name options: "5G_Plus", "5G". + * * Here is an example: - * UE want to display 5GPlus icon for scenario#1, and 5G icon for scenario#2; otherwise no + * UE want to display 5G_Plus icon for scenario#1, and 5G icon for scenario#2; otherwise no * define. - * The configuration is: "connected_mmwave:5GPlus,connected:5G" + * The configuration is: "connected_mmwave:5G_Plus,connected:5G" * * @hide */ -- 2.11.0