Merge Android 13 QPR3 tm-qpr-dev-plus-aosp-without-vendor@9936994

Bug: 275386652
Merged-In: I05e91ef3b328ed7911bf536f54ee77c4f197eb92
Change-Id: I8344437844e444a2a90dee4617f5f71bf3ce85f3
This commit is contained in:
Xin Li 2023-04-18 16:32:26 -07:00
commit ef1cba9ce9
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=50
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=50
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>