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

Commit 6214c4ea authored by Liefu Liu's avatar Liefu Liu Committed by Android (Google) Code Review
Browse files

Merge "Defined the config_rawContactsEligibleDefaultAccountTypes in the...

Merge "Defined the config_rawContactsEligibleDefaultAccountTypes in the framework's config." into main
parents d09a2578 7f9b9ca4
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -5834,6 +5834,13 @@
         should also be non-empty.-->
    <string name="config_rawContactsLocalAccountType" translatable="false"></string>

    <!-- The array of account types that accounts in any of these can be set as the default account
         for new raw contacts. -->
    <string-array name="config_rawContactsEligibleDefaultAccountTypes" translatable="false">
        <!-- Add account types here, example: -->
        <!-- <item>com.google</item> -->
    </string-array>

    <!-- Whether or not to use assistant stream volume separately from music volume -->
    <bool name="config_useAssistantVolume">false</bool>

+1 −0
Original line number Diff line number Diff line
@@ -4504,6 +4504,7 @@
  <!-- For contacts provider. -->
  <java-symbol type="string" name="config_rawContactsLocalAccountName" />
  <java-symbol type="string" name="config_rawContactsLocalAccountType" />
  <java-symbol type="array" name="config_rawContactsEligibleDefaultAccountTypes" />

  <!-- For App Standby -->
  <java-symbol type="string" name="as_app_forced_to_restricted_bucket" />