Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d5240d83 authored by James Lin's avatar James Lin Committed by Automerger Merge Worker
Browse files

Merge "[UCE] Set the default value of the list subscribe to false" into sc-dev am: 5f1dd57e

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

Change-Id: Ia6e57342742795eb4f8e336089a633f4cabbcf19
parents ac928e75 5f1dd57e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4370,7 +4370,7 @@ public class CarrierConfigManager {
                    new String[] {});
            defaults.putBoolean(KEY_ENABLE_PRESENCE_CAPABILITY_EXCHANGE_BOOL, false);
            defaults.putBoolean(KEY_RCS_BULK_CAPABILITY_EXCHANGE_BOOL, false);
            defaults.putBoolean(KEY_ENABLE_PRESENCE_GROUP_SUBSCRIBE_BOOL, true);
            defaults.putBoolean(KEY_ENABLE_PRESENCE_GROUP_SUBSCRIBE_BOOL, false);
            defaults.putInt(KEY_NON_RCS_CAPABILITIES_CACHE_EXPIRATION_SEC_INT, 30 * 24 * 60 * 60);
            defaults.putBoolean(KEY_RCS_REQUEST_FORBIDDEN_BY_SIP_489_BOOL, false);
            defaults.putLong(KEY_RCS_REQUEST_RETRY_INTERVAL_MILLIS_LONG, 20 * 60 * 1000);