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

Commit 18494ca7 authored by Liefu Liu's avatar Liefu Liu
Browse files

Added a config for the killswitch to disable account restriction in Contacts Provider.

Bug: 357887663
Test: atest ContactsProviderTest
Flag: android.provider.new_default_account_api_enabled

	modified:   core/res/res/values/config.xml
	modified:   core/res/res/values/symbols.xml

Change-Id: Ifa3ad1e4f563dddb458973da9ad2c3d3bbd18398
parent c3203a2f
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -5954,6 +5954,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
@@ -4611,6 +4611,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" />