mirror of
https://github.com/Anything-at-25-00/android_device_tecno_LG8n.git
synced 2024-11-21 21:36:26 -08:00
3dacf79c32
This sets config_is_powerbutton_fps, since the device has fps embedded in the power button. It makes frameworks report that fingerprint sensor is located on the side of the device, which can be observed when enrolling a fingerprint for the first time. Change-Id: Ifa079488db642c8a470e40cb585c08e9c85d7cf4 Signed-off-by: Shirayuki39 <lorddemecrius83@proton.me>
14 lines
394 B
XML
14 lines
394 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
Copyright (C) 2023 The LineageOS Project
|
|
SPDX-License-Identifier: Apache-2.0
|
|
-->
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
package="com.android.systemui.pova4pro">
|
|
|
|
<overlay
|
|
android:isStatic="true"
|
|
android:priority="350"
|
|
android:targetPackage="com.android.systemui" />
|
|
</manifest>
|