Snap for 12014005 from 81404d4890
to 24Q4-release
Change-Id: I2020d19f2a0977737ae6d183bd4b926123a7569f
This commit is contained in:
commit
e6321fceef
3 changed files with 7 additions and 3 deletions
|
@ -299,6 +299,10 @@
|
||||||
off rounded corners logic in LetterboxUiController. Values are in pixel. -->
|
off rounded corners logic in LetterboxUiController. Values are in pixel. -->
|
||||||
<integer name="config_letterboxActivityCornersRadius">64</integer>
|
<integer name="config_letterboxActivityCornersRadius">64</integer>
|
||||||
|
|
||||||
|
<!-- Whether we should persist the brightness value in nits for the default display even if
|
||||||
|
the underlying display device changes. -->
|
||||||
|
<bool name="config_persistBrightnessNitsForDefaultDisplay">true</bool>
|
||||||
|
|
||||||
<!-- The width in dp to use to detect vertical thin letterboxing.
|
<!-- The width in dp to use to detect vertical thin letterboxing.
|
||||||
If W is the available width and w is the letterbox width, an app
|
If W is the available width and w is the letterbox width, an app
|
||||||
is thin letterboxed if the value here is < (W - w) / 2
|
is thin letterboxed if the value here is < (W - w) / 2
|
||||||
|
|
|
@ -158,4 +158,6 @@ on boot && property:ro.boot.warranty.sku=UVZ
|
||||||
setprop setupwizard.feature.provisioning_profile_mode true
|
setprop setupwizard.feature.provisioning_profile_mode true
|
||||||
on boot && property:ro.boot.warranty.sku=UTM
|
on boot && property:ro.boot.warranty.sku=UTM
|
||||||
setprop setupwizard.feature.provisioning_profile_mode true
|
setprop setupwizard.feature.provisioning_profile_mode true
|
||||||
|
# Enable bootstrap for DVT for convenient testing (b/343731008)
|
||||||
|
on boot && property:ro.boot.hardware.revision=DVT1.0
|
||||||
|
setprop setupwizard.feature.provisioning_profile_mode true
|
||||||
|
|
|
@ -14,8 +14,6 @@
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
#
|
#
|
||||||
|
|
||||||
SHIPPING_API_LEVEL := 34
|
|
||||||
|
|
||||||
ifdef RELEASE_GOOGLE_COMET_RADIO_DIR
|
ifdef RELEASE_GOOGLE_COMET_RADIO_DIR
|
||||||
RELEASE_GOOGLE_PRODUCT_RADIO_DIR := $(RELEASE_GOOGLE_COMET_RADIO_DIR)
|
RELEASE_GOOGLE_PRODUCT_RADIO_DIR := $(RELEASE_GOOGLE_COMET_RADIO_DIR)
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue