码迷,mamicode.com
首页 > 其他好文 > 详细

Tabhost中Activity绑定Service

时间:2017-04-20 18:10:42      阅读:179      评论:0      收藏:0      [点我收藏+]

标签:level   方法   sans   使用   class   rgs   service组件   activity   div   

在android中,一个Activity绑定一个Service组件我们一般用Context().bindService方法就能够。可是假设这个 Activity属于一个Tabhost的话就不行了,在网上查了一下,发如今Google Android Issue中有这个缺陷,缺陷具体信息在这里(Google Android Issue 2483),三楼的oliver给出了正解 

  Using getApplicationContext().bindService instead of just bindService on your 
  activity solves the problem as it is using the higher level application context. 

也就是在 onCreate()方法中使用this.getApplicationContext().bindService([args…])就能够了,否则 bindService将永远失败返回false。


Tabhost中Activity绑定Service

标签:level   方法   sans   使用   class   rgs   service组件   activity   div   

原文地址:http://www.cnblogs.com/zsychanpin/p/6740106.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!