Service com.android.exchange.ExchangeService has leaked ServiceConnection

关于这个错误:
android.app.ServiceConnectionLeaked: Service com.android.exchange.ExchangeService has leaked Servi

我在网上查找网上资料是这样说的:
上面的异常大概是报了启动service后,没有将service给unbound掉,但是事实上我写的应用里只是一个简单的activity,还没有涉及到service的东西,后来查阅以后该异常是因为android的模拟器上自带的邮件应用的问题,所以需要对模拟器进行一些设置,禁用此类无关的应用,具体操作为:
“设置”---->"所有应用"---->"Exchange Services"--->“disable”


这个解决方法:“设置”---->"所有应用"---->"Exchange Services"--->“disable”怎么解决,我找不到位置。求解决。

你可能感兴趣的:(Service com.android.exchange.ExchangeService has leaked ServiceConnection)