I am writing an android app that connects with Dropbox using the REST api. It does not use any SDK. Currently my users give my app permission to access their Dropbox account using a web browser, which works. However, most of them would prefer not to enter their username and password into the browser, something they do not need to do when using the SDK and the local Dropbox app. My question: is there a way for me to launch the Dropbox app using an intent with some set of extras so that the user can give permission there, then get the results (the token) back?