Snap for 9815530 from dd8c96fed7
to tm-qpr3-release
Change-Id: I4fe01fb6dc7f5dfed9cfd532ff8c985a8ff6c799
This commit is contained in:
commit
059905fbf8
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=53
|
ro.vendor.build.svn=55
|
||||||
|
|
||||||
# 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=53
|
ro.vendor.build.svn=55
|
||||||
|
|
||||||
# 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