Snap for 9815530 from dd8c96fed7 to tm-qpr3-release

Change-Id: I4fe01fb6dc7f5dfed9cfd532ff8c985a8ff6c799
This commit is contained in:
Android Build Coastguard Worker 2023-03-25 01:02:56 +00:00
commit 059905fbf8
4 changed files with 14 additions and 2 deletions

View file

@ -171,7 +171,7 @@ endif
# Increment the SVN for any official public releases
PRODUCT_VENDOR_PROPERTIES += \
ro.vendor.build.svn=53
ro.vendor.build.svn=55
# Set support hide display cutout feature
PRODUCT_PRODUCT_PROPERTIES += \

View file

@ -180,7 +180,7 @@ endif
# Increment the SVN for any official public releases
PRODUCT_VENDOR_PROPERTIES += \
ro.vendor.build.svn=53
ro.vendor.build.svn=55
# Set support hide display cutout feature
PRODUCT_PRODUCT_PROPERTIES += \

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>