mirror of
https://github.com/Evolution-X-Devices/device_google_gs201
synced 2026-01-27 14:29:33 +00:00
overlay: Allow ConnectivityThermalPowerManager to request thermal mitigation
ConnectivityThermalPowerManager mainly exists to manage thermal mitigation. Change-Id: I7d1ad7cb45a24697e444ac1f85ccfb507cb1ce49
This commit is contained in:
committed by
Michael Bestas
parent
570ab7d77c
commit
46a9657228
@@ -19,4 +19,9 @@
|
||||
<resources>
|
||||
<!-- The package name for the platform carrier config app, bundled with system image. -->
|
||||
<string name="platform_carrier_config_package" translatable="false">com.google.android.carrier</string>
|
||||
|
||||
<!-- The package names which can request thermal mitigation. -->
|
||||
<string-array name="thermal_mitigation_allowlisted_packages" translatable="false">
|
||||
<item>com.google.android.connectivitythermalpowermanager</item>
|
||||
</string-array>
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user