Android 系统服务
模拟器版本 Android 4.1.2 - API Level 16
CMD 下输入:adb shell service list
| 服务名 | 对象 | |
| 0 | phone | com.android.internal.telephony.ITelephony |
| 1 | iphonesubinfo | com.android.internal.telephony.IPhoneSubInfo |
| 2 | simphonebook | com.android.internal.telephony.IIccPhoneBook |
| 3 | isms | com.android.internal.telephony.ISms |
| 4 | commontime_management | |
| 5 | samplingprofiler | |
| 6 | diskstats | |
| 7 | appwidget | com.android.internal.appwidget.IAppWidgetService |
| 8 | backup | android.app.backup.IBackupManager |
| 9 | uimode | android.app.IUiModeManager |
| 10 | serial | android.hardware.ISerialManager |
| 11 | usb | android.hardware.usb.IUsbManager |
| 12 | audio | android.media.IAudioService |
| 13 | wallpaper | android.app.IWallpaperManager |
| 14 | dropbox | com.android.internal.os.IDropBoxManagerService |
| 15 | search | android.app.IServiceManager |
| 16 | country_detector | android.location.ICountryDetector |
| 17 | location | android.location.ILocationManager |
| 18 | devicestoragemonitor | |
| 19 | notification | android.app.INotificationManager |
| 20 | updatelock | android.os.IUpdateLock |
| 21 | throttle | android.net.IThrottleManager |
| 22 | servicediscovery | android.net.nsd.INsdManager |
| 23 | connectivity | android.net.IConnectivityManager |
| 24 | wifi | android.net.wifi.IWifiManager |
| 25 | wifip2p | android.net.wifi.p2p.IWifiP2pManager |
| 26 | netpolicy | android.net.INetworkPolicyManager |
| 27 | netstats | android.net.INetworkStatesService |
| 28 | textservices | com.android.internal.textservice.ITextServicesManger |
| 29 | network_managerment | android.os.INetworkManagementService |
| 30 | clipboard | android.content.IClipboard |
| 31 | statusbar | com.android.internal.statusbar.ISatusBarService |
| 32 | device_policy | android.app.admin.IDevicePolicyManager |
| 33 | lock_settings | com.android.internal.widget.ILockSettings |
| 34 | mount | IMountService |
| 35 | accessibility | android.view.accessibility.IAccessibilityManager |
| 36 | input_method | com.android.internal.view.IInputMethodManager |
| 37 | input | android.hardware.input.IInputManager |
| 38 | window | android.view.IWindowManager |
| 39 | alarm | android.app.IAlarmManager |
| 40 | vibrator | android.os.IVibratorService |
| 41 | battery | |
| 42 | hardware | android.os.IHardwareService |
| 43 | content | android.content.IContentService |
| 44 | account | android.accounts.IAccountManager |
| 45 | permission | android.os.IPermissionController |
| 46 | cpuinfo | |
| 47 | dbinfo | |
| 48 | gfxinfo | |
| 49 | meminfo | |
| 50 | activity | android.app.IActivityManager |
| 51 | package | android.content.pm.IPackagerManager |
| 52 | scheduling_policy | android.os.ISchedulingPolicyService |
| 53 | telephony.registry | com.android.internal.telephony.ITelephonyRegistry |
| 54 | usagestats | com.android.internal.app.IUsageStats |
| 55 | batteryinfo | com.android.internal.app.IBatteryStats |
| 56 | power | android.os.IPowerManager |
| 57 | entropy | |
| 58 | sensorservice | android.gui.SensorServer |
| 59 | media.audio_policy | android.media.IAudioPolicyService |
| 60 | media.camera | android.hardware.ICameraService |
| 61 | media.player | android.media.IMediaPlayerService |
| 62 | media.audio_flinger | android.media.IMedia.IAudioFlinger |
| 63 | SurfaceFlinger | android.ui.ISurfaceComposer |
| 64 | drm.drmManager | drm.IDrmManagerService |
Android 系统服务的更多相关文章
- Android系统服务-WindowManager
WindowManager是Android中一个重要的服务 (Service ).WindowManager Service 是全局的,是唯一的.它将用户的操作,翻译成为指令,发送给呈现在界面上的 ...
- 新建android系统服务
一.Android系统服务 Android提供了很多系统服务:如ActivityManger,PowerManger,WindowManger,WifiManger等等. 这些服务都是系统启动开始就一 ...
- Android系统服务-简介
http://blog.csdn.net/chenyafei617/article/details/6577907 Introduction 我们知道Android系统服务挺多的,做程序时经常会用到, ...
- Android系统服务详解-android学习之旅(95)
本文是看完android框架揭秘第六章后的总结 android系统服务提供最基本的,最稳定的核心功能,如设备控制,信息通知,通知设定,以及消息显示等,存在于Android Framework与Andr ...
- Android 系统服务的获取与创建
在Android系统中,有一群很厉害的“家伙”,如果把Android系统比喻成一个大帮派,那么这群“家伙”的地位就像那各个分堂的堂主一样,所有的应用就像是各个小马哥,他们要做什么事情,都要堂主审批,审 ...
- Android 系统服务一览表
在<Zygote进程[3]--SystemServer的诞生>一文中介绍了SystemServer的诞生,本文来看一下SystemServer中初始化的系统服务. 1.AccountMan ...
- Android系统服务(一)解析ActivityManagerService(AMS)
相关文章 Android系统启动流程系列 Android应用进程系列 Android深入四大组件系列 前言 此前在Android系统启动流程.应用进程以及深入四大组件这三个系列文章中,都提及到了AMS ...
- Android系统服务 —— WMS与AMS
“可以毫不夸张的说,Android的framework层主要是由WMS.AMS还有View所构成,这三个模块穿插交互在整个framework中,掌握了它们之间的关系和每一个逻辑步骤,你对framewo ...
- 插件化框架解读之android系统服务实现原理(五)
阿里P7移动互联网架构师进阶视频(每日更新中)免费学习请点击:https://space.bilibili.com/474380680 一.系统服务提供方式 1.我们平时最常见的系统服务使用方式 Wi ...
- Android学习之旅-android系统服务的启动过程以及分类(90)
读了android开发精要这本书,所以我把书中的比较精彩的地方截图了,一块分享一下
随机推荐
- FortiGate抓包 Sniffer
1.图形界面抓包 系统管理--网络--数据包捕获 选择添加好的数据捕获,点击"运行"开关抓包:抓取包后,可以点击"下载"将抓取的数据包保存的本地磁盘,可以用wi ...
- [leetcode]56. Merge Intervals归并区间
Given a collection of intervals, merge all overlapping intervals. Example 1: Input: [[1,3],[2,6],[8, ...
- java_18 Collection接口
1.Collection接口 Collection 层次结构 中的根接口.Collection 表示一组对象,这些对象也称为 collection 的元素.一些 collection 允许有重复的元素 ...
- mysql 递归查找菜单节点的所有子节点
背景 ...
- FastFDS安装及简单使用
1. FastDFS安装(ubuntu) 需要准备: nginx.fastdfs.libfastcommon.gcc.git apt-get update apt-get -y install mak ...
- 使用RabbitMq
1.配置环境 http://www.cnblogs.com/longlongogo/p/6479424.html 2.安装RabbitMQ https://www.cnblogs.com/longlo ...
- java多线程系列8 高级同步工具(2)CountDownLatch
CountDownLatch,计数器的初始值为线程的数量.每当一个线程完成了自己的任务后, 计数器的值就会减1.当计数器值到达0时,它表示所有的线程已经完成了任务, 然后在闭锁上等待的线程就可以恢复执 ...
- VM无法连接到虚拟机
The VMware Authorization Service is not running. 原因 虚拟机服务没有开启 解决方法 1. 我的电脑右击->管理 2. 打开服 ...
- Reading | 《DEEP LEARNING》
目录 一.引言 1.什么是.为什么需要深度学习 2.简单的机器学习算法对数据表示的依赖 3.深度学习的历史趋势 最早的人工神经网络:旨在模拟生物学习的计算模型 神经网络第二次浪潮:联结主义connec ...
- VDD,VCC,VSS,VEE,VDDA,VSSA,
VDD是主供电电源,也是IO口输出电平的输入电源.VDDA(A表示模拟)是模拟电源,当使用到模拟信号的时候,比如AD(模数)或者DA(数模)的时候,系统会使用VDDA的电压作为参考电压来.不要求精准使 ...