Merge "Hide RCS PUBLISH mapping due to complicated structure" am: f7cde977db am: ce819de5b1

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1675739

Change-Id: I397d86b1d403451cf0de301ac246b0af3a9f3eba
This commit is contained in:
Treehugger Robot
2021-04-19 19:33:50 +00:00
committed by Automerger Merge Worker
2 changed files with 0 additions and 5 deletions

View File

@@ -9461,10 +9461,6 @@ package android.telephony {
field public static final String KEY_SUPPORT_CDMA_1X_VOICE_CALLS_BOOL = "support_cdma_1x_voice_calls_bool";
}
public static final class CarrierConfigManager.Ims {
field public static final String KEY_PUBLISH_SERVICE_DESC_FEATURE_TAG_MAP_OVERRIDE_STRING_ARRAY = "ims.publish_service_desc_feature_tag_map_override_string_array";
}
public static final class CarrierConfigManager.Wifi {
field public static final String KEY_HOTSPOT_MAX_CLIENT_COUNT = "wifi.hotspot_maximum_client_count";
field public static final String KEY_PREFIX = "wifi.";

View File

@@ -4043,7 +4043,6 @@ public class CarrierConfigManager {
* it will override the framework default.
* @hide
*/
@SystemApi
public static final String KEY_PUBLISH_SERVICE_DESC_FEATURE_TAG_MAP_OVERRIDE_STRING_ARRAY =
KEY_PREFIX + "publish_service_desc_feature_tag_map_override_string_array";