Snap for 12014005 from 81404d4890 to 24Q4-release

Change-Id: I2020d19f2a0977737ae6d183bd4b926123a7569f
This commit is contained in:
Android Build Coastguard Worker 2024-06-25 23:02:03 +00:00
commit e6321fceef
3 changed files with 7 additions and 3 deletions

View file

@ -299,6 +299,10 @@
off rounded corners logic in LetterboxUiController. Values are in pixel. -->
<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.
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

View file

@ -158,4 +158,6 @@ on boot && property:ro.boot.warranty.sku=UVZ
setprop setupwizard.feature.provisioning_profile_mode true
on boot && property:ro.boot.warranty.sku=UTM
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

View file

@ -14,8 +14,6 @@
# limitations under the License.
#
SHIPPING_API_LEVEL := 34
ifdef RELEASE_GOOGLE_COMET_RADIO_DIR
RELEASE_GOOGLE_PRODUCT_RADIO_DIR := $(RELEASE_GOOGLE_COMET_RADIO_DIR)
endif