blob: 6f6390b19dff8487e86b46e3331f176249c860e1 [file] [log] [blame]
Bookatz6d31ac12019-12-10 12:50:22 -08001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2019 The Android Open Source Project
3
4 Licensed under the Apache License, Version 2.0 (the "License");
5 you may not use this file except in compliance with the License.
6 You may obtain a copy of the License at
7
8 http://www.apache.org/licenses/LICENSE-2.0
9
10 Unless required by applicable law or agreed to in writing, software
11 distributed under the License is distributed on an "AS IS" BASIS,
12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 See the License for the specific language governing permissions and
14 limitations under the License.
15-->
16<!-- System packages to preinstall on all devices with frameworks-base-overlays, per user type.
17 Documentation at frameworks/base/data/etc/preinstalled-packages-platform.xml
18-->
19<config>
20 <install-in-user-type package="com.android.internal.display.cutout.emulation.corner">
21 <install-in user-type="FULL" />
22 </install-in-user-type>
23 <install-in-user-type package="com.android.internal.display.cutout.emulation.double">
24 <install-in user-type="FULL" />
Yan Zhu49a86b72020-07-09 16:18:42 -070025 </install-in-user-type>
26 <install-in-user-type package="com.android.internal.display.cutout.emulation.hole">
27 <install-in user-type="FULL" />
Bookatz6d31ac12019-12-10 12:50:22 -080028 </install-in-user-type>
29 <install-in-user-type package="com.android.internal.display.cutout.emulation.tall">
30 <install-in user-type="FULL" />
31 </install-in-user-type>
Yan Zhu49a86b72020-07-09 16:18:42 -070032 <install-in-user-type package="com.android.internal.display.cutout.emulation.waterfall">
Bookatz6d31ac12019-12-10 12:50:22 -080033 <install-in user-type="FULL" />
Yan Zhu49a86b72020-07-09 16:18:42 -070034 </install-in-user-type>
35 <install-in-user-type package="com.android.internal.systemui.navbar.gestural">
36 <install-in user-type="FULL" />
Yan Zhu49a86b72020-07-09 16:18:42 -070037 </install-in-user-type>
38 <install-in-user-type package="com.android.internal.systemui.navbar.gestural_extra_wide_back">
39 <install-in user-type="FULL" />
Yan Zhu49a86b72020-07-09 16:18:42 -070040 </install-in-user-type>
41 <install-in-user-type package="com.android.internal.systemui.navbar.gestural_narrow_back">
42 <install-in user-type="FULL" />
Yan Zhu49a86b72020-07-09 16:18:42 -070043 </install-in-user-type>
44 <install-in-user-type package="com.android.internal.systemui.navbar.gestural_wide_back">
45 <install-in user-type="FULL" />
Yan Zhu5fb9e172020-07-17 16:30:22 -070046 </install-in-user-type>
47 <install-in-user-type package="com.android.internal.systemui.navbar.threebutton">
48 <install-in user-type="FULL" />
49 </install-in-user-type>
50 <install-in-user-type package="com.android.internal.systemui.navbar.twobutton">
51 <install-in user-type="FULL" />
Bookatz6d31ac12019-12-10 12:50:22 -080052 </install-in-user-type>
Bill Lindaa9a402020-05-20 12:34:10 +080053 <install-in-user-type package="com.android.internal.systemui.onehanded.gestural">
54 <install-in user-type="FULL" />
Yan Zhu49a86b72020-07-09 16:18:42 -070055 </install-in-user-type>
Jay Aliomer316a07b2020-11-12 14:26:59 -050056 <install-in-user-type package="com.android.theme.color.amethyst">
Yan Zhu49a86b72020-07-09 16:18:42 -070057 <install-in user-type="FULL" />
Jay Aliomer316a07b2020-11-12 14:26:59 -050058 <install-in user-type="PROFILE" />
Yan Zhu49a86b72020-07-09 16:18:42 -070059 </install-in-user-type>
60 <install-in-user-type package="com.android.theme.color.aquamarine">
61 <install-in user-type="FULL" />
Jay Aliomer316a07b2020-11-12 14:26:59 -050062 <install-in user-type="PROFILE" />
Yan Zhu49a86b72020-07-09 16:18:42 -070063 </install-in-user-type>
64 <install-in-user-type package="com.android.theme.color.black">
65 <install-in user-type="FULL" />
Jay Aliomer316a07b2020-11-12 14:26:59 -050066 <install-in user-type="PROFILE" />
Yan Zhu49a86b72020-07-09 16:18:42 -070067 </install-in-user-type>
68 <install-in-user-type package="com.android.theme.color.carbon">
69 <install-in user-type="FULL" />
Jay Aliomer316a07b2020-11-12 14:26:59 -050070 <install-in user-type="PROFILE" />
Yan Zhu49a86b72020-07-09 16:18:42 -070071 </install-in-user-type>
72 <install-in-user-type package="com.android.theme.color.cinnamon">
73 <install-in user-type="FULL" />
Jay Aliomer316a07b2020-11-12 14:26:59 -050074 <install-in user-type="PROFILE" />
Yan Zhu49a86b72020-07-09 16:18:42 -070075 </install-in-user-type>
76 <install-in-user-type package="com.android.theme.color.green">
77 <install-in user-type="FULL" />
Jay Aliomer316a07b2020-11-12 14:26:59 -050078 <install-in user-type="PROFILE" />
Yan Zhu49a86b72020-07-09 16:18:42 -070079 </install-in-user-type>
80 <install-in-user-type package="com.android.theme.color.ocean">
81 <install-in user-type="FULL" />
Jay Aliomer316a07b2020-11-12 14:26:59 -050082 <install-in user-type="PROFILE" />
Yan Zhu49a86b72020-07-09 16:18:42 -070083 </install-in-user-type>
84 <install-in-user-type package="com.android.theme.color.orchid">
85 <install-in user-type="FULL" />
Jay Aliomer316a07b2020-11-12 14:26:59 -050086 <install-in user-type="PROFILE" />
Yan Zhu49a86b72020-07-09 16:18:42 -070087 </install-in-user-type>
88 <install-in-user-type package="com.android.theme.color.palette">
89 <install-in user-type="FULL" />
Jay Aliomer316a07b2020-11-12 14:26:59 -050090 <install-in user-type="PROFILE" />
Yan Zhu49a86b72020-07-09 16:18:42 -070091 </install-in-user-type>
92 <install-in-user-type package="com.android.theme.color.purple">
93 <install-in user-type="FULL" />
Jay Aliomer316a07b2020-11-12 14:26:59 -050094 <install-in user-type="PROFILE" />
Yan Zhu49a86b72020-07-09 16:18:42 -070095 </install-in-user-type>
96 <install-in-user-type package="com.android.theme.color.sand">
97 <install-in user-type="FULL" />
Jay Aliomer316a07b2020-11-12 14:26:59 -050098 <install-in user-type="PROFILE" />
Yan Zhu49a86b72020-07-09 16:18:42 -070099 </install-in-user-type>
100 <install-in-user-type package="com.android.theme.color.space">
101 <install-in user-type="FULL" />
Jay Aliomer316a07b2020-11-12 14:26:59 -0500102 <install-in user-type="PROFILE" />
Yan Zhu49a86b72020-07-09 16:18:42 -0700103 </install-in-user-type>
104 <install-in-user-type package="com.android.theme.color.tangerine">
105 <install-in user-type="FULL" />
Jay Aliomer316a07b2020-11-12 14:26:59 -0500106 <install-in user-type="PROFILE" />
Yan Zhu49a86b72020-07-09 16:18:42 -0700107 </install-in-user-type>
108 <install-in-user-type package="com.android.theme.font.notoserifsource">
109 <install-in user-type="FULL" />
Jay Aliomer316a07b2020-11-12 14:26:59 -0500110 <install-in user-type="PROFILE" />
Yan Zhu49a86b72020-07-09 16:18:42 -0700111 </install-in-user-type>
112 <install-in-user-type package="com.android.theme.icon_pack.circular.android">
113 <install-in user-type="FULL" />
Jay Aliomer316a07b2020-11-12 14:26:59 -0500114 <install-in user-type="PROFILE" />
Yan Zhu49a86b72020-07-09 16:18:42 -0700115 </install-in-user-type>
116 <install-in-user-type package="com.android.theme.icon_pack.circular.launcher">
117 <install-in user-type="FULL" />
Jay Aliomer316a07b2020-11-12 14:26:59 -0500118 <install-in user-type="PROFILE" />
Yan Zhu49a86b72020-07-09 16:18:42 -0700119 </install-in-user-type>
120 <install-in-user-type package="com.android.theme.icon_pack.circular.settings">
121 <install-in user-type="FULL" />
Jay Aliomer316a07b2020-11-12 14:26:59 -0500122 <install-in user-type="PROFILE" />
Yan Zhu49a86b72020-07-09 16:18:42 -0700123 </install-in-user-type>
124 <install-in-user-type package="com.android.theme.icon_pack.circular.systemui">
125 <install-in user-type="FULL" />
Jay Aliomer316a07b2020-11-12 14:26:59 -0500126 <install-in user-type="PROFILE" />
Yan Zhu49a86b72020-07-09 16:18:42 -0700127 </install-in-user-type>
128 <install-in-user-type package="com.android.theme.icon_pack.circular.themepicker">
129 <install-in user-type="FULL" />
Jay Aliomer316a07b2020-11-12 14:26:59 -0500130 <install-in user-type="PROFILE" />
Yan Zhu49a86b72020-07-09 16:18:42 -0700131 </install-in-user-type>
132 <install-in-user-type package="com.android.theme.icon_pack.filled.android">
133 <install-in user-type="FULL" />
Jay Aliomer316a07b2020-11-12 14:26:59 -0500134 <install-in user-type="PROFILE" />
Yan Zhu49a86b72020-07-09 16:18:42 -0700135 </install-in-user-type>
136 <install-in-user-type package="com.android.theme.icon_pack.filled.launcher">
137 <install-in user-type="FULL" />
Jay Aliomer316a07b2020-11-12 14:26:59 -0500138 <install-in user-type="PROFILE" />
Yan Zhu49a86b72020-07-09 16:18:42 -0700139 </install-in-user-type>
140 <install-in-user-type package="com.android.theme.icon_pack.filled.settings">
141 <install-in user-type="FULL" />
Jay Aliomer316a07b2020-11-12 14:26:59 -0500142 <install-in user-type="PROFILE" />
Yan Zhu49a86b72020-07-09 16:18:42 -0700143 </install-in-user-type>
144 <install-in-user-type package="com.android.theme.icon_pack.filled.systemui">
145 <install-in user-type="FULL" />
Jay Aliomer316a07b2020-11-12 14:26:59 -0500146 <install-in user-type="PROFILE" />
Yan Zhu49a86b72020-07-09 16:18:42 -0700147 </install-in-user-type>
148 <install-in-user-type package="com.android.theme.icon_pack.filled.themepicker">
149 <install-in user-type="FULL" />
Jay Aliomer316a07b2020-11-12 14:26:59 -0500150 <install-in user-type="PROFILE" />
Yan Zhu49a86b72020-07-09 16:18:42 -0700151 </install-in-user-type>
152 <install-in-user-type package="com.android.theme.icon_pack.kai.android">
153 <install-in user-type="FULL" />
Jay Aliomer316a07b2020-11-12 14:26:59 -0500154 <install-in user-type="PROFILE" />
Yan Zhu49a86b72020-07-09 16:18:42 -0700155 </install-in-user-type>
156 <install-in-user-type package="com.android.theme.icon_pack.kai.launcher">
157 <install-in user-type="FULL" />
Jay Aliomer316a07b2020-11-12 14:26:59 -0500158 <install-in user-type="PROFILE" />
Yan Zhu49a86b72020-07-09 16:18:42 -0700159 </install-in-user-type>
160 <install-in-user-type package="com.android.theme.icon_pack.kai.settings">
161 <install-in user-type="FULL" />
Jay Aliomer316a07b2020-11-12 14:26:59 -0500162 <install-in user-type="PROFILE" />
Yan Zhu49a86b72020-07-09 16:18:42 -0700163 </install-in-user-type>
164 <install-in-user-type package="com.android.theme.icon_pack.kai.systemui">
165 <install-in user-type="FULL" />
Jay Aliomer316a07b2020-11-12 14:26:59 -0500166 <install-in user-type="PROFILE" />
Yan Zhu49a86b72020-07-09 16:18:42 -0700167 </install-in-user-type>
168 <install-in-user-type package="com.android.theme.icon_pack.kai.themepicker">
169 <install-in user-type="FULL" />
Jay Aliomer316a07b2020-11-12 14:26:59 -0500170 <install-in user-type="PROFILE" />
Yan Zhu49a86b72020-07-09 16:18:42 -0700171 </install-in-user-type>
172 <install-in-user-type package="com.android.theme.icon_pack.rounded.android">
173 <install-in user-type="FULL" />
Jay Aliomer316a07b2020-11-12 14:26:59 -0500174 <install-in user-type="PROFILE" />
Yan Zhu49a86b72020-07-09 16:18:42 -0700175 </install-in-user-type>
176 <install-in-user-type package="com.android.theme.icon_pack.rounded.launcher">
177 <install-in user-type="FULL" />
Jay Aliomer316a07b2020-11-12 14:26:59 -0500178 <install-in user-type="PROFILE" />
Yan Zhu49a86b72020-07-09 16:18:42 -0700179 </install-in-user-type>
180 <install-in-user-type package="com.android.theme.icon_pack.rounded.settings">
181 <install-in user-type="FULL" />
Jay Aliomer316a07b2020-11-12 14:26:59 -0500182 <install-in user-type="PROFILE" />
Yan Zhu49a86b72020-07-09 16:18:42 -0700183 </install-in-user-type>
184 <install-in-user-type package="com.android.theme.icon_pack.rounded.systemui">
185 <install-in user-type="FULL" />
Jay Aliomer316a07b2020-11-12 14:26:59 -0500186 <install-in user-type="PROFILE" />
Yan Zhu49a86b72020-07-09 16:18:42 -0700187 </install-in-user-type>
188 <install-in-user-type package="com.android.theme.icon_pack.rounded.themepicker">
189 <install-in user-type="FULL" />
Jay Aliomer316a07b2020-11-12 14:26:59 -0500190 <install-in user-type="PROFILE" />
Yan Zhu49a86b72020-07-09 16:18:42 -0700191 </install-in-user-type>
192 <install-in-user-type package="com.android.theme.icon_pack.sam.android">
193 <install-in user-type="FULL" />
Jay Aliomer316a07b2020-11-12 14:26:59 -0500194 <install-in user-type="PROFILE" />
Yan Zhu49a86b72020-07-09 16:18:42 -0700195 </install-in-user-type>
196 <install-in-user-type package="com.android.theme.icon_pack.sam.launcher">
197 <install-in user-type="FULL" />
Jay Aliomer316a07b2020-11-12 14:26:59 -0500198 <install-in user-type="PROFILE" />
Yan Zhu49a86b72020-07-09 16:18:42 -0700199 </install-in-user-type>
200 <install-in-user-type package="com.android.theme.icon_pack.sam.settings">
201 <install-in user-type="FULL" />
Jay Aliomer316a07b2020-11-12 14:26:59 -0500202 <install-in user-type="PROFILE" />
Yan Zhu49a86b72020-07-09 16:18:42 -0700203 </install-in-user-type>
204 <install-in-user-type package="com.android.theme.icon_pack.sam.systemui">
205 <install-in user-type="FULL" />
Jay Aliomer316a07b2020-11-12 14:26:59 -0500206 <install-in user-type="PROFILE" />
Yan Zhu49a86b72020-07-09 16:18:42 -0700207 </install-in-user-type>
208 <install-in-user-type package="com.android.theme.icon_pack.sam.themepicker">
209 <install-in user-type="FULL" />
Jay Aliomer316a07b2020-11-12 14:26:59 -0500210 <install-in user-type="PROFILE" />
Yan Zhu49a86b72020-07-09 16:18:42 -0700211 </install-in-user-type>
212 <install-in-user-type package="com.android.theme.icon_pack.victor.android">
213 <install-in user-type="FULL" />
Jay Aliomer316a07b2020-11-12 14:26:59 -0500214 <install-in user-type="PROFILE" />
Yan Zhu49a86b72020-07-09 16:18:42 -0700215 </install-in-user-type>
216 <install-in-user-type package="com.android.theme.icon_pack.victor.launcher">
217 <install-in user-type="FULL" />
Jay Aliomer316a07b2020-11-12 14:26:59 -0500218 <install-in user-type="PROFILE" />
Yan Zhu49a86b72020-07-09 16:18:42 -0700219 </install-in-user-type>
220 <install-in-user-type package="com.android.theme.icon_pack.victor.settings">
221 <install-in user-type="FULL" />
Jay Aliomer316a07b2020-11-12 14:26:59 -0500222 <install-in user-type="PROFILE" />
Yan Zhu49a86b72020-07-09 16:18:42 -0700223 </install-in-user-type>
224 <install-in-user-type package="com.android.theme.icon_pack.victor.systemui">
225 <install-in user-type="FULL" />
Jay Aliomer316a07b2020-11-12 14:26:59 -0500226 <install-in user-type="PROFILE" />
Yan Zhu49a86b72020-07-09 16:18:42 -0700227 </install-in-user-type>
228 <install-in-user-type package="com.android.theme.icon_pack.victor.themepicker">
229 <install-in user-type="FULL" />
Jay Aliomer316a07b2020-11-12 14:26:59 -0500230 <install-in user-type="PROFILE" />
Yan Zhu49a86b72020-07-09 16:18:42 -0700231 </install-in-user-type>
232 <install-in-user-type package="com.android.theme.icon.pebble">
233 <install-in user-type="FULL" />
Jay Aliomer316a07b2020-11-12 14:26:59 -0500234 <install-in user-type="PROFILE" />
Yan Zhu49a86b72020-07-09 16:18:42 -0700235 </install-in-user-type>
236 <install-in-user-type package="com.android.theme.icon.roundedrect">
237 <install-in user-type="FULL" />
Jay Aliomer316a07b2020-11-12 14:26:59 -0500238 <install-in user-type="PROFILE" />
Yan Zhu49a86b72020-07-09 16:18:42 -0700239 </install-in-user-type>
240 <install-in-user-type package="com.android.theme.icon.squircle">
241 <install-in user-type="FULL" />
Jay Aliomer316a07b2020-11-12 14:26:59 -0500242 <install-in user-type="PROFILE" />
Yan Zhu49a86b72020-07-09 16:18:42 -0700243 </install-in-user-type>
244 <install-in-user-type package="com.android.theme.icon.taperedrect">
245 <install-in user-type="FULL" />
Jay Aliomer316a07b2020-11-12 14:26:59 -0500246 <install-in user-type="PROFILE" />
Yan Zhu49a86b72020-07-09 16:18:42 -0700247 </install-in-user-type>
248 <install-in-user-type package="com.android.theme.icon.teardrop">
249 <install-in user-type="FULL" />
Jay Aliomer316a07b2020-11-12 14:26:59 -0500250 <install-in user-type="PROFILE" />
Yan Zhu49a86b72020-07-09 16:18:42 -0700251 </install-in-user-type>
252 <install-in-user-type package="com.android.theme.icon.vessel">
253 <install-in user-type="FULL" />
Jay Aliomer316a07b2020-11-12 14:26:59 -0500254 <install-in user-type="PROFILE" />
Bill Lindaa9a402020-05-20 12:34:10 +0800255 </install-in-user-type>
Bookatz6d31ac12019-12-10 12:50:22 -0800256</config>