You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Why don't You ask for permissions on main activity? If one goes to the settings would not be able to change the 'Wallpaper export location' since permissions are asked only when downloading a wallpaper. I think it would be easier and it would require only few lines of code
private final static int READ_EXTERNAL_STORAGE_PERMISSION_REQUEST=1;
Thanks for pointing out, indeed you can only change the export location after granting storage permission (which appears when downloading a wallpaper. I'm going to have a look at this.
Why don't You ask for permissions on main activity? If one goes to the settings would not be able to change the 'Wallpaper export location' since permissions are asked only when downloading a wallpaper. I think it would be easier and it would require only few lines of code
and onCreate
You can also explain why you need permissions if You want
showing a simple dialog using material dialogs library:)
just a hint :)
I don't have a working as, or I would have sent a pull request:)
The text was updated successfully, but these errors were encountered: