Enable bootstrap for only t mobile and verizon devices
Bug: 339918070 Test: manual Change-Id: I0eca7442433177ff9fce572364aca8afb7403af9
This commit is contained in:
parent
85449d1b90
commit
97fea625a1
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue