Get started
Last updated
Was this helpful?
Last updated
Was this helpful?
Before starting DriveKit Permissions Utils UI integration, make sure that you have initialized module, especially if you have .
To add the Permissions Utils UI module to your app, add the following line to your dependencies in your application build.gradle file:
On a, you can find a demo app and the source code of Permissions Utils UI that you can use as an example.
If you have , the Permissions Utils UI module must also be manually initialized.
Then, to initialize the module in your app, you must call the initialization method in onCreate
method of your Application class: