Skip to content

Add a checkbox for choosing "offline provisioning" param on "Setup Management" page.Β #251

@ekansh1201

Description

@ekansh1201

Offline_provisioning_Checkbox_related_changes.zip

Screen_Recording.mp4

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions