Zubair Rehman

Results 22 comments of Zubair Rehman

@idalv could you please share your solution building on Android 9? I am unable to provision a device using this sample, here is the link to the issue I am...

I am facing the same issue. It just shows a dialog with a message that reads **can't setup device could not connect to wifi**

@Johnny314 you can use these params to pass WiFi info: ``` private Map mProvisioningValues; mProvisioningValues.put(DevicePolicyManager.EXTRA_PROVISIONING_WIFI_SSID, s); mProvisioningValues.put( DevicePolicyManager.EXTRA_PROVISIONING_WIFI_SECURITY_TYPE, s); mProvisioningValues.put(DevicePolicyManager.EXTRA_PROVISIONING_WIFI_PASSWORD, s); ```

i am facing the same problem :(

Hi @qiu198022, Currently it supports only two levels. However i am planning to add more levels in future.

i changed `Downloader.FileDownloaderType` to `Downloader.FileDownloaderType.SEQUENTIAL` and it worked. Could you please provide a solution for `PARALLEL` downloads

Thanks for the kind words. I will comit the latest changes soon that includes migration to 1.9

Thanks for you feedback, will push the fix for this soon

Hi @lutang123 I will add a convenience method to share logs via email or other apps. Thanks.