Disable bootstrap for UGS devices (sold in Canada)
Bug: 366072023 Change-Id: I0072d2a44bc7d5ba4c62b2410949e7378c457044 Test: m Flag: EXEMPT disabling a feature
This commit is contained in:
parent
fa448be01f
commit
d7d26a5aec
1 changed files with 4 additions and 0 deletions
|
@ -2,6 +2,10 @@
|
||||||
on property:ro.build.type=user && property:ro.boot.flash.locked=0
|
on property:ro.build.type=user && property:ro.boot.flash.locked=0
|
||||||
setprop setupwizard.feature.provisioning_profile_mode false
|
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
|
# Disable bootstrap for DVT devices shipping to non-US carriers
|
||||||
on property:ro.boot.warranty.sku=BOF
|
on property:ro.boot.warranty.sku=BOF
|
||||||
setprop setupwizard.feature.provisioning_profile_mode false
|
setprop setupwizard.feature.provisioning_profile_mode false
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue