* 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>
6 lines
235 B
Text
6 lines
235 B
Text
allow system_app sysfs_thermal:file write;
|
|
allow system_app sysfs_thermal:file rw_file_perms;
|
|
|
|
# DC Dimming and HBM
|
|
allow system_app vendor_sysfs_graphics:dir search;
|
|
allow system_app vendor_sysfs_graphics:file { getattr open write };
|