*Permissions wizard
Since 2.2.225 version we don't need access to phone's local storage and implemented more comfortable way to customize our Permissions wizard.
Overview
startActivityForResult(
PermissionsWizardActivity
.getStartWizardIntent(
context = this,
enableAggressivePermissionsWizard = false,
enableAggressivePermissionsWizardPage = false
),
PermissionsWizardActivity.WIZARD_PERMISSIONS_CODE
)Customizing
Location permission screen
Background location permission screen
Activity recognition permission screen (since Android 10)
Device location permission screen (when location services are switched off on the device)
Battery optimization permission screen
Custom power management tools disabling screen (custom feature for smartphones manufacturers like Samsung, Xiaomi, Huawei etc.)
Autostart enabling screen (custom feature for smartphones manufacturers like Xiaomi, Huawei etc.)
Notifications showing permissions screen (custom feature for smartphones manufacturers)
Additional resources
Common text customizations
Customizing font:

Customizing size of the text
Customizing image-resources
Customizing colors
Customizing dimens
Last updated