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

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

Merge "Added a config for the killswitch to disable account restriction in...

Merge "Added a config for the killswitch to disable account restriction in Contacts Provider." into main
parents 264792d0 18494ca7
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -5958,6 +5958,9 @@
        <!-- <item>com.google</item> -->
    </string-array>

    <!-- Whether to restrict the accounts that raw contacts can be created in. -->
    <bool name = "config_rawContactsAccountRestrictionEnabled">true</bool>

    <!-- 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
@@ -4617,6 +4617,7 @@
  <java-symbol type="string" name="config_rawContactsLocalAccountName" />
  <java-symbol type="string" name="config_rawContactsLocalAccountType" />
  <java-symbol type="array" name="config_rawContactsEligibleDefaultAccountTypes" />
  <java-symbol type="bool" name="config_rawContactsAccountRestrictionEnabled" />

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