• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<?xml version="1.0" encoding="utf-8"?>
2<!--
3    Copyright 2019 The Android Open Source Project
4
5    Licensed under the Apache License, Version 2.0 (the "License");
6    you may not use this file except in compliance with the License.
7    You may obtain a copy of the License at
8
9         http://www.apache.org/licenses/LICENSE-2.0
10
11    Unless required by applicable law or agreed to in writing, software
12    distributed under the License is distributed on an "AS IS" BASIS,
13    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14    See the License for the specific language governing permissions and
15    limitations under the License.
16-->
17
18<resources>
19    <bool name="config_showBrowserRole">true</bool>
20    <bool name="config_showDialerRole">true</bool>
21    <bool name="config_showSmsRole">true</bool>
22    <!--
23      ~ Semicolon separated list of packages that are recommended for the assistant role.
24      ~ <p>
25      ~ This follows the same format as config_defaultAssistant and also requires a signing
26      ~ certificate digest (separated by a colon from the package name) if the app is not a system
27      ~ app.
28      -->
29    <string name="config_recommendedAssistants"></string>
30
31    <bool name="config_useAlternativePermGroupSummary">false</bool>
32    <bool name="config_useWindowBlur">false</bool>
33    <bool name="config_useMaterial3PermissionGrantDialog">false</bool>
34    <!-- Name of a font family to use for headlines in SettingsLib. -->
35    <string name="config_headlineFontFamily" translatable="false"></string>
36
37    <!-- Whether to show the "Show password" toggle -->
38    <bool name="config_display_show_password_toggle">true</bool>
39
40    <bool name="config_permissionFooterPreferenceIconVisible">true</bool>
41</resources>
42