flox: overlay-lineage: Declare support for wireless charging

Change-Id: Iba6a8b357779a3bb2134f2fc0878819339615239
This commit is contained in:
Bruno Martins 2021-06-05 15:50:10 +01:00 committed by Nolen Johnson
parent 5f34b6d759
commit 126e90cc12
1 changed files with 5 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2015-2016 The CyanogenMod Project
2017 The LineageOS Project
2017-2021 The LineageOS Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@ -63,4 +63,8 @@
<!-- Indicate whether encryption causes significant performances loss.
This MUST NOT be set to true on devices produced in 2016 or later -->
<bool name="config_trustLegacyEncryption">true</bool>
<!-- Whether the device supports wireless charging or not -->
<bool name="config_deviceSupportsWirelessCharging">true</bool>
</resources>