[Offline_provisioning_Checkbox_related_changes.zip](https://github.com/user-attachments/files/20181066/Offline_provisioning_Checkbox_related_changes.zip) https://github.com/user-attachments/assets/71fd308a-e01e-41d3-897a-27c167a5b904 Currently TestDpc has below code for offline provisioning: //allow offline provisioning if(Util.SDK_INT>=VERSION_CODES.TIRAMISU) { intent.putExtra(DevicePolicyManager.EXTRA_PROVISIONING_ALLOW_OFFLINE, true); } with this code, any tester always sees the offline provisioning code flow. Please help to release a version of TestDpc which contains a checkbox for choosing "Offline Provisioning" on Setup Management page. Thanks