【发布时间】:2017-10-05 12:23:43
【问题描述】:
我的应用程序的location update service 未显示在牛轧糖设备的列表中。但它显示在较低的设备上。
@Override
public int onStartCommand(Intent intent, int flags, int startId) {
super.onStartCommand(intent, flags, startId);
return START_STICKY;
}
【问题讨论】:
标签: android