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

Commit 603868c7 authored by allenwtsu's avatar allenwtsu
Browse files

Change rcs carrier config

Use KEY_ENABLE_PRESENCE_PUBLISH_BOOL instead of
KEY_USE_RCS_PRESENCE_BOOL

Bug: 173828080
Test: build pass
Change-Id: Ic09972462cead74d4118cb4c00cd6c0937f944fb
parent 2aafe6d0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -479,7 +479,7 @@ public class RcsFeatureManager implements FeatureUpdates {
        if (capabilityType == CAPABILITY_OPTIONS) {
            return b.getBoolean(CarrierConfigManager.KEY_USE_RCS_SIP_OPTIONS_BOOL, false);
        } else if (capabilityType == CAPABILITY_PRESENCE) {
            return b.getBoolean(CarrierConfigManager.KEY_USE_RCS_PRESENCE_BOOL, false);
            return b.getBoolean(CarrierConfigManager.Ims.KEY_ENABLE_PRESENCE_PUBLISH_BOOL, false);
        }
        return false;
    }