Merge "Disable bootstrap for UGS devices (sold in Canada)" into main

This commit is contained in:
Kiwon Park 2024-10-29 18:36:24 +00:00 committed by Android (Google) Code Review
commit 16cae5b0bc

View file

@ -2,6 +2,10 @@
on property:ro.build.type=user && property:ro.boot.flash.locked=0
setprop setupwizard.feature.provisioning_profile_mode false
# Disable bootstrap for UGS devices
on property:ro.boot.warranty.sku=UGS
setprop setupwizard.feature.provisioning_profile_mode false
# Disable bootstrap for DVT devices shipping to non-US carriers
on property:ro.boot.warranty.sku=BOF
setprop setupwizard.feature.provisioning_profile_mode false