Android中IntentService的特征
service中1需要手动开启子线程2服务开启之后会一直运行,需要手动调用stopService();或者stopSelf();intentService是一种异步(子线程)、自动停止的服务,这个例子测试IntentService的特征
下载地址
用户评论