public void run() {
//if (DEBUG) Log.d(TAG, "run:");
try {
onCellInfoChanged(null);
telephonyManager.listen(this, PhoneStateListener.LISTEN_CELL_INFO | PhoneStateListener.LISTEN_SERVICE_STATE);
CellLocation.requestLocationUpdate();
}
catch (Exception ignore) {
}
}
WirelessEnvListener.java 文件源码
java
阅读 18
收藏 0
点赞 0
评论 0
项目:tabulae
作者:
评论列表
文章目录