Back to project page ShortcutsOfPower_Android.
The source code is released under:
GNU General Public License
If you think the Android project ShortcutsOfPower_Android 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.networkprofiles.utils; /*from w ww . j a v a 2 s .co m*/ public class ConstantsNP extends Object { /** This class is not to be instantiated */ private ConstantsNP() { } public static final String PREF_EULA = "eula"; public static final String MY_STORE_PAGE = "market://search?q=pub:Emil Todorov"; }