mirror of
https://github.com/followmsi/android_device_asus_deb.git
synced 2024-11-06 22:06:28 +00:00
deb: overlay-lineage: Declare support for wireless charging
Change-Id: Iba6a8b357779a3bb2134f2fc0878819339615239
This commit is contained in:
parent
8abd9a37d3
commit
c35eb0c266
1 changed files with 5 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue