android service
jykenan
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
service的远程调用
客户端1.manifest.xml中添加(1)(2)2.在代码中添加ServiceConnection conn;Service mService;conn = new ServiceConnection() { public void onServiceConnected(ComponentName name, IBinder servic...原创 2011-03-29 11:15:03 · 149 阅读 · 0 评论 -
Android中获取正在运行的服务
Task任务的使用,我也就不在赘述了,大家可以仔细看下SDK,在此推荐一篇博客来帮助大家理解。 《Android系统的进程,任务,服务的信息》 Demo说明: 我们获取了系统里正在运行的服务信息,包括包名,图标,service类名等。为了达到Settings下应用程序模块中的 正...原创 2012-07-04 13:35:21 · 250 阅读 · 0 评论
分享