Merge Android 13 QPR3

Bug: 275386652
Merged-In: Iaae65e36b68020da8cbda3d05c2be02f83788eea
Change-Id: I27d0b589df86edf6f38f583801f2597b6b5e1da1
This commit is contained in:
Xin Li 2023-06-21 15:15:05 -07:00
commit 8f9e68597e
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=54
ro.vendor.build.svn=56
# 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=54
ro.vendor.build.svn=56
# 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>