Kiwon Park | 69797e0 | 2024-08-22 09:33:40 -0700 | [diff] [blame^] | 1 | # Disable bootstrap when bootloader is unlocked in user build |
2 | on property:ro.build.type=user && property:ro.boot.flash.locked=0 | ||||
3 | setprop setupwizard.feature.provisioning_profile_mode false | ||||
4 | |||||
5 | # Disable bootstrap for DVT devices shipping to non-US carriers | ||||
6 | on property:ro.boot.warranty.sku=BOF | ||||
7 | setprop setupwizard.feature.provisioning_profile_mode false |