googlesamples / googlesamples/android-testdpc

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

Open
#251 0 comments 1 reaction 0 assignees View on GitHub
Dominant language
Java
Stars
1k
Forks
422
PR merge metrics
No merged PRs in 30d

Description

[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

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.