2018-05-01 08:02:55 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<!--
|
|
|
|
Copyright (C) 2024 The LineageOS Project
|
|
|
|
SPDX-License-Identifier: Apache-2.0
|
|
|
|
-->
|
|
|
|
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
2024-08-27 19:38:03 +02:00
|
|
|
<!-- Defines the actions shown in advanced reboot submenu -->
|
|
|
|
<string-array name="config_restartActionsList">
|
|
|
|
<item>restart</item>
|
|
|
|
<item>restart_recovery</item>
|
|
|
|
<item>restart_fastboot</item>
|
|
|
|
<item>restart_bootloader</item>
|
|
|
|
</string-array>
|
|
|
|
|
2018-05-01 08:02:55 +02:00
|
|
|
<!-- Whether device has a screen with a higher aspect ratio -->
|
|
|
|
<bool name="config_haveHigherAspectRatioScreen">true</bool>
|
|
|
|
</resources>
|