Back to project page StreamHub-Android-Reviews-App.
The source code is released under:
MIT License
If you think the Android project StreamHub-Android-Reviews-App 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.filepicker.sdk; /*from w ww . j a v a2 s . co m*/ public class FPService { public static final String DROPBOX = "Dropbox"; public static final String CAMERA = "Camera"; public static final String GALLERY = "Gallery"; public static final String FACEBOOK = "Facebook"; public static final String BOX = "Box"; public static final String GITHUB = "Github"; public static final String GMAIL = "Gmail"; public static final String GDRIVE = "Google Drive"; public static final String INSTAGRAM = "Instagram"; public static final String FLICKR = "Flickr"; public static final String PICASA = "Picasa"; }