overlay: Allow ConnectivityThermalPowerManager to request thermal mitigation
ConnectivityThermalPowerManager mainly exists to manage thermal mitigation. Change-Id: I7d1ad7cb45a24697e444ac1f85ccfb507cb1ce49
This commit is contained in:
parent
58a7bffd7a
commit
e2cd666fc3
1 changed files with 5 additions and 0 deletions
|
@ -19,4 +19,9 @@
|
||||||
<resources>
|
<resources>
|
||||||
<!-- The package name for the platform carrier config app, bundled with system image. -->
|
<!-- 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>
|
<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>
|
</resources>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue