Files
oxmc 9a05fc2807 Fix provisioner config and normalize overlay formatting
- vendor.cfg: set device_provisioned=false; fix config_apk_url path
  (aosp_apis/data -> apis/aosp/data)
- overlays: remove trailing newlines and redundant blank lines
2026-07-21 17:39:47 -07:00

28 lines
1.3 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2009 The Android Open Source Project
Copyright (C) 2021-2022 KonstaKANG
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>
<!-- The default tiles to display in QuickSettings with the new UI -->
<string name="quick_settings_tiles_new_default" translatable="false">
internet,bt,dnd,location,airplane,hotspot,dark,dream,screenrecord
</string>
<!-- Disable Taskbar so the traditional 3-button nav bar is created instead.
On RPi, density override yields large sw dp, triggering the large-screen
Taskbar path in NavigationBarControllerImpl even though we want 3-button nav. -->
<bool name="config_taskbarEnabled">false</bool>
</resources>