I have an Android app which uses its own folder on my Dropbox account. Every time I start up my app I get the below prompt:
Is it possible to code my app or configure it somehow so that I only have to acknowledge this prompt just once?
I don't mind having to acknowledge each time I change my code but every time the app is restarted seems a bit excessive.
I've reduced my code right down to one line which causes this to appear:
Auth.startOAuth2Authentication( gContext, APP_KEY );