Back to project page Passman.
The source code is released under:
GNU General Public License
If you think the Android project Passman listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.kytse.passman.utiil; /*from w w w . j ava2s .c om*/ import com.dropbox.sync.android.DbxAccountManager; import com.dropbox.sync.android.DbxDatastore; public class DbxTool { public static final String APP_KEY = "9ks76w77110alwc"; public static final String APP_SECRET = "m2yahak32rs1dlz"; public static final String TAG = "MainActivity"; public static final int REQUEST_LINK_TO_DBX = 0; public static DbxAccountManager mDbxAcctMgr; public static DbxDatastore mDatastore; public static AccountTable mAccountTable; }