Is it possible to configure or code my Android app so that the below prompt doesn't appear every single time I restart my app?

I only have the one API call below and yet I see the above prompt every single time I start my app.
Auth.startOAuth2Authentication( gContext, APP_KEY );
Surely there must be a way to code or configure an app so that this doesn't appear every single time?