Change carrier config
Use KEY_ENABLE_PRESENCE_CAPABILITY_EXCHANGE_BOOL instead of KEY_USE_RCS_PRESENCE_BOOL Bug: 173828080 Test: build pass Change-Id: I384686bd073a00341f4e552b71b24798619502fa
This commit is contained in:
@@ -159,7 +159,9 @@ public class ContactDiscoveryPreferenceControllerTest {
|
||||
}
|
||||
|
||||
private void setRcsPresenceConfig(boolean isEnabled) {
|
||||
mCarrierConfig.putBoolean(CarrierConfigManager.KEY_USE_RCS_PRESENCE_BOOL, isEnabled);
|
||||
mCarrierConfig.putBoolean(
|
||||
CarrierConfigManager.Ims.KEY_RCS_BULK_CAPABILITY_EXCHANGE_BOOL,
|
||||
isEnabled);
|
||||
}
|
||||
|
||||
private ContentObserver getUceChangeObserver() {
|
||||
|
Reference in New Issue
Block a user