Enable bootstrap for only t mobile and verizon devices

Bug: 339918070
Test: manual
Change-Id: I0eca7442433177ff9fce572364aca8afb7403af9
This commit is contained in:
Kiwon Park 2024-05-15 15:38:26 -07:00
parent 85449d1b90
commit 97fea625a1

View file

@ -152,3 +152,10 @@ on property:sys.boot_completed=1
# it should be written by the system init.
on property:ro.boot.hardware.sku=GC15S
setprop audio.camerasound.force true
# Enable bootstrap for US devices
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