/** * 用来判断服务是否运行. * @param context * @param className 判断的服务名字 * @return true 在运行 false 不在运行 */ public static ...
分类:
移动开发 时间:
2015-12-05 14:15:04
阅读次数:
183
/**
* @brief 判断服务是否运行中
* @param servClsName 服务类名
* @return 是否运行中
*/
public static boolean isServiceRunning(Context context, String servClsName) {
ActivityManager ...
分类:
移动开发 时间:
2015-07-15 23:00:12
阅读次数:
138