Interface | Description |
---|---|
AuthActivity.SecurityProvider |
Provider of the local security needs of an AuthActivity.
|
Class | Description |
---|---|
Auth |
Helper class for integrating with
AuthActivity |
AuthActivity |
This activity is used internally for authentication, but must be exposed both
so that Android can launch it and for backwards compatibility.
|
DbxOfficialAppConnector |
The DbxOfficialAppConnector is used by an app to communicate with the Official Android Dropbox
app.
|
DbxOfficialAppConnector.DbxOfficialAppInstallInfo | |
FixedSecureRandom |
Older versions of Android have a SecureRandom that isn't actually secure.
|
FixedSecureRandom.LinuxPrngSecureRandomSpi |
SecureRandomSpi which passes all requests to the Linux PRNG
(/dev/urandom ). |
Exception | Description |
---|---|
DropboxParseException |
Thrown when
DbxOfficialAppConnector can't parse the utm content. |
DropboxUidNotInitializedException |
Thrown when
DbxOfficialAppConnector is initialized with an empty uid. |