DO NOT MERGE Force slowJpegMode on certain camera1 apps am: e379409e2d

Original change: https://googleplex-android-review.googlesource.com/c/device/google/raviole/+/21958617

Change-Id: I93e136d7b5e29a3cb21835c72e59cf51750b41ef
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
chengfeitao 2023-03-23 21:36:56 +00:00 committed by Automerger Merge Worker
commit aade119ff5
2 changed files with 12 additions and 0 deletions

View file

@ -327,4 +327,10 @@
Note: This should be only enabled on devices with high confidence on power measurement.
-->
<bool name="config_bg_current_drain_auto_restrict_abusive_apps">true</bool>
<!-- 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>

View file

@ -303,4 +303,10 @@
Note: This should be only enabled on devices with high confidence on power measurement.
-->
<bool name="config_bg_current_drain_auto_restrict_abusive_apps">true</bool>
<!-- 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>