DO NOT MERGE Force slowJpegMode on certain camera1 apps

Turn off the large JPEG stream on camera1 apps
that experience high power consumption during
video call

Bug: 254350466
Test: Manual testing with Messenger app video call
Change-Id: Ib5012a39caffc1a135b9e2a7a2ef9ed2df064b2e
This commit is contained in:
chengfeitao 2023-03-11 00:13:29 +00:00 committed by Chengfei Tao
parent 7929423816
commit d3dc89c215

View file

@ -289,4 +289,10 @@
<item>"com.shannon.imsservice"</item> <item>"com.shannon.imsservice"</item>
<item>"com.android.phone"</item> <item>"com.android.phone"</item>
</string-array> </string-array>
<!-- The list of packages to force slowJpegMode for Apps using Camera API1 -->
<string-array name="config_forceSlowJpegModeList" translatable="false">
<item>com.facebook.orca</item>
<item>com.skype.raider</item>
</string-array>
</resources> </resources>