overlay: Allow ConnectivityThermalPowerManager to request thermal mitigation

ConnectivityThermalPowerManager mainly exists to manage thermal
mitigation.

Change-Id: I7d1ad7cb45a24697e444ac1f85ccfb507cb1ce49
This commit is contained in:
Danny Lin 2021-10-10 02:54:45 -07:00 committed by Michael Bestas
parent 58a7bffd7a
commit e2cd666fc3
No known key found for this signature in database

View file

@ -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>