Java tutorial
//package com.java2s; public class Main { public static boolean isHtcApp(String ns) { return ns.contains("com.htc."); } }