• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<?xml version="1.0" encoding="utf-8"?>
2<!--
3  ~ Copyright (C) 2021 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="are_flags_overrideable">false</bool>
20
21    <bool name="flag_notification_pipeline2">true</bool>
22    <bool name="flag_notification_pipeline2_rendering">false</bool>
23    <bool name="flag_notif_updates">true</bool>
24
25    <bool name="flag_monet">false</bool>
26
27    <!-- b/171917882 -->
28    <bool name="flag_notification_twocolumn">false</bool>
29
30    <!-- AOD/Lockscreen alternate layout -->
31    <bool name="flag_keyguard_layout">true</bool>
32
33    <!-- People Tile flag -->
34    <bool name="flag_conversations">false</bool>
35
36    <!-- The new animations to/from lockscreen and AOD! -->
37    <bool name="flag_lockscreen_animations">true</bool>
38
39    <!-- The new swipe to unlock animation, which shows the app/launcher behind the keyguard during
40    the swipe. -->
41    <bool name="flag_new_unlock_swipe_animation">true</bool>
42
43    <!-- The shared-element transition between lockscreen smartspace and launcher smartspace. -->
44    <bool name="flag_smartspace_shared_element_transition">false</bool>
45
46    <bool name="flag_pm_lite">true</bool>
47
48    <bool name="flag_charging_ripple">false</bool>
49
50    <bool name="flag_ongoing_call_status_bar_chip">true</bool>
51
52    <bool name="flag_smartspace">false</bool>
53
54    <bool name="flag_smartspace_deduping">true</bool>
55
56    <bool name="flag_combined_status_bar_signal_icons">false</bool>
57</resources>
58