* Audio HAL turns it on every boot but there's no way to configure it * Because it tends to cause worse sound quality on devices with bad speakers, allow user to configure it * Apply saved setting value every boot * Configurable from "Settings > Sound > BesLoudness" Change-Id: Ife31c0eb307d4926d32c7bebe84e0251ec143bf9
10 lines
224 B
Plaintext
10 lines
224 B
Plaintext
-keep class org.lineageos.settings.device.* {
|
|
*;
|
|
}
|
|
|
|
-keepclasseswithmembers class * {
|
|
public <init>(android.content.Context, android.util.AttributeSet);
|
|
}
|
|
|
|
-keep class ** extends androidx.preference.PreferenceFragment
|