AppInfo.java 255 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 package com.monitor; class AppInfo { public static String getAppName() { return "hehuaxiaozhen"; } public static String getAppChannel() { return "HH"; } public static int getAppId() { return 163316; } }