namespace TapTap.TapDB.Mobile { public static class TapDBConstants { public static string TAPDB_SERVICE = "TDSTapDBService"; public static string TAPDB_CLZ = "com.tds.tapdb.wrapper.TapDBService"; public static string TAPDB_IMPL = "com.tds.tapdb.wrapper.TapDBServiceImpl"; } }