sm8250-common: Enable config_vibrateOnIconAnimation
* Need those sexy vibes. Change-Id: If5671135879f6f4069d0ed881b41b0a243890349
This commit is contained in:
@@ -315,6 +315,7 @@ PRODUCT_PACKAGES += \
|
||||
FrameworksResTarget \
|
||||
OPlusFrameworksResCommon \
|
||||
OPlusSettingsResCommon \
|
||||
OPlusSystemUIResCommon \
|
||||
WifiResTarget
|
||||
|
||||
# Partitions
|
||||
|
||||
9
overlay/OPlusSystemUIResCommon/Android.bp
Normal file
9
overlay/OPlusSystemUIResCommon/Android.bp
Normal file
@@ -0,0 +1,9 @@
|
||||
//
|
||||
// Copyright (C) 2022 The LineageOS Project
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
//
|
||||
|
||||
runtime_resource_overlay {
|
||||
name: "OPlusSystemUIResCommon",
|
||||
device_specific: true,
|
||||
}
|
||||
13
overlay/OPlusSystemUIResCommon/AndroidManifest.xml
Normal file
13
overlay/OPlusSystemUIResCommon/AndroidManifest.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2022 The LineageOS Project
|
||||
SPDX-License-Identifier: Apache-2.0
|
||||
-->
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.android.systemui.overlay.oplus">
|
||||
|
||||
<overlay
|
||||
android:isStatic="true"
|
||||
android:priority="300"
|
||||
android:targetPackage="com.android.systemui" />
|
||||
</manifest>
|
||||
12
overlay/OPlusSystemUIResCommon/res/values/config.xml
Normal file
12
overlay/OPlusSystemUIResCommon/res/values/config.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2022 The LineageOS Project
|
||||
SPDX-License-Identifier: Apache-2.0
|
||||
-->
|
||||
<resources>
|
||||
|
||||
<!-- Should we vibrate on an icon animation of the shelf. This should only be active if the
|
||||
vibrator is capable of subtle vibrations -->
|
||||
<bool name="config_vibrateOnIconAnimation">true</bool>
|
||||
|
||||
</resources>
|
||||
Reference in New Issue
Block a user