【Android检查服务是否正在运行】相逢意气为君饮,系马高楼垂柳边。这篇文章主要讲述Android检查服务是否正在运行相关的知识,希望能为你提供帮助。
This functions checks if a service is running or not.
- private Boolean isServiceRunning( String serviceName) {
- ActivityManager activityManager = ( ActivityManager) getSystemService( ACTIVITY_SERVICE) ;
- for ( RunningServiceInfo runningServiceInfo : activityManager.getRunningServices( Integer.MAX_VALUE) ) {
- if ( serviceName.equals( runningServiceInfo.service.getClassName( ) ) ) {
- return true;
- }
- }
- return false;
- }
推荐阅读
- 一键构建PhoneGap构建到Android
- 钛Appcelerator zipfile模块(适用于1.8的提取方法)
- Favicon和Apple Touch图标
- Applescript以使用特定编辑器在finder中打开选定的文件
- 使用Xamarin构建跨平台应用程序(Android开发人员的视角)
- Android DDMS(终极Android控制台指南)
- 如何实现像素完美的iOS UI设计
- iOS集中和解耦的网络(一个单例类的AFNetworking教程)
- 开发人员命令行工具