Back to project page FAST.
The source code is released under:
GNU General Public License
If you think the Android project FAST 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 org.ligi.fast; public class TargetStore { public final static String STORE_URL = "http://play.google.com/store/apps/details?id="; public final static String STORE_NAME = "Google Play"; public final static String STORE_PNAME = "com.android.vending"; }