Merge "Enable bootstrap for only t mobile and verizon devices" into 24D1-dev

This commit is contained in:
Treehugger Robot 2024-05-27 05:51:34 +00:00 committed by Android (Google) Code Review
commit 9bf0280719

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