Back to project page EasyVote.
The source code is released under:
Apache License
If you think the Android project EasyVote 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.llanox.mobile.easyvote; public class AppCredentials { public static final String APPLICATION_KEY = "1CC6FBBC-6EC6-2639-FFC2-9AC470B31300"; public static final String SECRET_KEY = "41A00575-72C9-A5D1-FFFF-642AFEEAD700"; public static final String APP_VERSION = "v1"; }