Add config_defaultAssistant overlay

This commit is contained in:
LuK1337 2023-10-12 18:41:11 +02:00
parent e031d525c3
commit fe25084894

View File

@ -57,6 +57,9 @@
<item>com.google.android.gms</item>
</string-array>
<!-- The name of the package that will hold the assistant role by default. -->
<string name="config_defaultAssistant" translatable="false">com.google.android.googlequicksearchbox</string>
<!-- Component name that accepts settings intents for saved devices.
Used by FastPairSettingsFragment. -->
<string translatable="false" name="config_defaultNearbyFastPairSettingsDevicesComponent">com.google.android.gms/com.google.android.gms.nearby.discovery.devices.SavedDevicesSettingsActivity</string>