Back to project page ImageSearcher2.
The source code is released under:
Apache License
If you think the Android project ImageSearcher2 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.example.imagesearcher; //w w w. j a v a2s. c o m public enum ActivityRequestCodes { SETTINGS_ACTIVITY; public int activityCode() { return this.ordinal() + 1; } }