This is for Android: I am moving from Sync API to Core API. Once you do authentication, onResume is called. However, there is no request code to be passed so I can check it in the onResume. How would I know that the onResume is called due to "authentication flow" or due to simply the user is reopening the activity? I don't want to be continuing with the authentication and move files to dropbox if the user was simply opening my app. You see my point?