Back to project page OOB-Sample-App.
The source code is released under:
GNU General Public License
If you think the Android project OOB-Sample-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.example.oobexampleapp; //from w w w .ja v a2s. com import java.io.IOException; import java.nio.charset.Charset; import java.util.List; /** * Created by User on 7/10/2014. */ public class MagicParameters { public static String version = "0.0.4"; public static String userkey = // insert user key here public static String username = // insert app_id here public static String hostname = // insert host server here public static boolean debug = false; }