Back to project page my-wallpaper.
The source code is released under:
MIT License
If you think the Android project my-wallpaper 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.koonen.photostream; // w ww. ja va 2 s . co m /** * * @author Glick * */ public class ActivityConstants { static final int REQUEST_ID_CATEGORY_EDIT = 100; static final int RESULT_CATEGORY_FAIL = 10; static final int RESULT_CATEGORY_EXIST = 11; static final int REQUEST_ID_CATEGORY_SEARCH = 20; static final int RESULT_CATEGORY_SEARCH = 12; static final int SIMILAR_RESPONSE_ID = 1; static final int FILE_SYSTEM_PHOTO_REQUEST_ID = 101; public static final String FLURRY_KEY = "13DLYWDWTLT1CF699CD6"; }