Back to project page android-mydropboxelibrary.
The source code is released under:
GNU General Public License
If you think the Android project android-mydropboxelibrary 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.sch.mydropboxelibrary; //w w w . ja v a 2s.c om /** * Keys associated with the Dropbox API for the developer * These keys must be secret. If you won't to share the App with * other (e.g: github), add this file to the .gitignore file (if you are using * Git) */ public final class DropboxAPIKeys { public static final String APP_KEY="FILL_IT_WITH_YOUR_DROPBOX_APP_KEY"; public static final String APP_SECRET="FILL_IT_WITH_YOUR_DROPBOX_APP_SECRET"; }