Merge "Enabled Settings Core activity embedding for Assistant" into udc-dev

This commit is contained in:
Alexander Milantev
2023-03-23 10:44:28 +00:00
committed by Android (Google) Code Review
2 changed files with 10 additions and 0 deletions

View File

@@ -704,4 +704,10 @@
<!-- Whether to display Cloned Apps page in Settings (Settings > Apps > Cloned Apps).-->
<bool name="config_cloned_apps_page_enabled">false</bool>
<!-- Certificates of apps which are allowed to use activity embedding with Settings.-->
<string-array name="config_known_host_certs" translatable="false">
<item></item>
</string-array>
</resources>