* Implement DC Dimming preference * Disable DC Dimming if it's not supported * Implement HBM switch * Adapt HBM and DC dimming settings to S style * Define DC dimming and HBM nodes / keys in one place * Declare exported flags in manifest * Fix compilation for QPR1 * Fix compilation for Android 15 * Adapt to sm8350-common devices Co-Authored-By: Nauval Rizky <enuma.alrizky@gmail.com> Co-Authored-By: Adhitya Mohan <me@adhityamohan.in> Co-Authored-By: TheScarastic <warabhishek@gmail.com> Co-Authored-By: alibei <sebastiankotzias83@gmail.com> Co-Authored-By: kamikaonashi <thorschi93@gmx.at>
7 lines
471 B
XML
7 lines
471 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
|
<string name="custom_seekbar_value">Value: <xliff:g id="v">%s</xliff:g></string>
|
|
<string name="custom_seekbar_default_value">by default</string>
|
|
<string name="custom_seekbar_default_value_to_set">Default value: <xliff:g id="v">%s</xliff:g>\nLong tap to set</string>
|
|
<string name="custom_seekbar_default_value_is_set">Default value is set</string>
|
|
</resources>
|