Merge Android 13 QPR3
Bug: 275386652 Merged-In: Iaae65e36b68020da8cbda3d05c2be02f83788eea Change-Id: I27d0b589df86edf6f38f583801f2597b6b5e1da1
This commit is contained in:
commit
8f9e68597e
4 changed files with 14 additions and 2 deletions
|
@ -171,7 +171,7 @@ endif
|
||||||
|
|
||||||
# Increment the SVN for any official public releases
|
# Increment the SVN for any official public releases
|
||||||
PRODUCT_VENDOR_PROPERTIES += \
|
PRODUCT_VENDOR_PROPERTIES += \
|
||||||
ro.vendor.build.svn=54
|
ro.vendor.build.svn=56
|
||||||
|
|
||||||
# Set support hide display cutout feature
|
# Set support hide display cutout feature
|
||||||
PRODUCT_PRODUCT_PROPERTIES += \
|
PRODUCT_PRODUCT_PROPERTIES += \
|
||||||
|
|
|
@ -180,7 +180,7 @@ endif
|
||||||
|
|
||||||
# Increment the SVN for any official public releases
|
# Increment the SVN for any official public releases
|
||||||
PRODUCT_VENDOR_PROPERTIES += \
|
PRODUCT_VENDOR_PROPERTIES += \
|
||||||
ro.vendor.build.svn=54
|
ro.vendor.build.svn=56
|
||||||
|
|
||||||
# Set support hide display cutout feature
|
# Set support hide display cutout feature
|
||||||
PRODUCT_PRODUCT_PROPERTIES += \
|
PRODUCT_PRODUCT_PROPERTIES += \
|
||||||
|
|
|
@ -327,4 +327,10 @@
|
||||||
Note: This should be only enabled on devices with high confidence on power measurement.
|
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>
|
<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>
|
</resources>
|
||||||
|
|
|
@ -303,4 +303,10 @@
|
||||||
Note: This should be only enabled on devices with high confidence on power measurement.
|
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>
|
<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>
|
</resources>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue