summaryrefslogtreecommitdiff
path: root/res/values/integers.xml
blob: 436948a83cb5ec58a6f10559d56f608975e8d160 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<?xml version="1.0" encoding="utf-8"?>
<!--
    Copyright 2018 The Android Open Source Project

    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
    You may obtain a copy of the License at

         http://www.apache.org/licenses/LICENSE-2.0

    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.
-->

<resources>
    <!-- Weight of the main content in the illustration_layout -->
    <integer name="content_weight">7</integer>

    <!-- Weight of the illustration logo/video in the illustration_layout -->
    <integer name="illustration_weight">5</integer>

    <!-- Timeout to clear invalid lock pin/pattern/password -->
    <integer name="clear_content_timeout_ms">2000</integer>

    <!-- Number of columns in quick setting grid -->
    <integer name="quick_setting_column_count">4</integer>

    <!-- user switcher column number TODO: move to support library-->
    <integer name="user_switcher_num_col">3</integer>

    <!-- Number of times to select build number before enabling developer settings -->
    <integer name="enable_developer_settings_click_count">7</integer>

    <!-- Number of times to select build number before toast appears -->
    <integer name="enable_developer_settings_clicks_to_show_toast_count">3</integer>

    <!-- Maximum ems value for all settings buttons -->
    <integer name="button_max_ems">9</integer>

    <!-- Ems value for data usage bytes threshold picker -->
    <integer name="data_usage_bytes_threshold_ems">15</integer>

    <!-- Maximum size in pixels of default app icons -->
    <integer name="default_app_safe_icon_size">500</integer>

    <!-- Millisecond interval between app data update -->
    <integer name="millisecond_app_data_update_interval">500</integer>

    <!-- Millisecond interval between app data update -->
    <integer name="millisecond_max_app_load_wait_interval">5000</integer>

    <!-- Maximum number of networks to be shown in LimitedWifiEntryListPreferenceController -->
    <integer name="limited_wifi_entry_list_count">3</integer>

    <!-- Maximum number of apps to be shown in CameraRecentAccessesPreferenceController -->
    <integer name="recent_camera_access_apps_list_count">2</integer>

    <!-- Maximum number of apps to be shown in RecentNotificationsAppsPreferenceController -->
    <integer name="recent_notifications_apps_list_count">3</integer>

    <!-- Maximum number of apps to be shown in MicrophoneRecentAccessesPreferenceController -->
    <integer name="recent_microphone_access_apps_list_count">2</integer>

    <!-- Maximum number of days old for a notification to be shown in
     RecentNotificationsAppsPreferenceController -->
    <integer name="recent_notifications_days_threshold">3</integer>

    <!-- Maximum number of apps to be shown in RecentAppsItemManager -->
    <integer name="recent_apps_max_count">3</integer>

    <!-- Maximum number of days old for an app to be shown in RecentAppsItemManager -->
    <integer name="recent_apps_days_threshold">1</integer>

    <!-- Maximum number of device policies to be shown on ADD_DEVICE_ADMIN screen -->
    <integer name="max_device_policies_shown">3</integer>
</resources>