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:
parent
7929423816
commit
d3dc89c215
1 changed files with 6 additions and 0 deletions
|
@ -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>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue