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

Commit f6431d84 authored by Nancy Chen's avatar Nancy Chen Committed by Android Git Automerger
Browse files

am d12eb353: am 3dd59bfb: am 769832d1: Merge "Fix phone account component name...

am d12eb353: am 3dd59bfb: am 769832d1: Merge "Fix phone account component name for voicemail status entries." into mnc-dev

* commit 'd12eb353':
  Fix phone account component name for voicemail status entries.
parents 44d6e19f d12eb353
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -461,7 +461,7 @@ public class VoicemailContract {
            Uri statusUri = buildSourceUri(context.getPackageName());
            ContentValues values = new ContentValues();
            values.put(Status.PHONE_ACCOUNT_COMPONENT_NAME,
                    accountHandle.getComponentName().toString());
                    accountHandle.getComponentName().flattenToString());
            values.put(Status.PHONE_ACCOUNT_ID, accountHandle.getId());
            values.put(Status.CONFIGURATION_STATE, configurationState);
            values.put(Status.DATA_CHANNEL_STATE, dataChannelState);