Here you can find the source of isPlayMarketIntentUrl(String url)
public static boolean isPlayMarketIntentUrl(String url)
//package com.java2s; public class Main { public static boolean isPlayMarketIntentUrl(String url) { return url.startsWith("market:"); }/* w w w . ja v a 2s. c o m*/ }