公告板
版本库
filestore
活动
搜索
登录
叶怿
/
smart_train
硬件组-智慧驾培
概况
操作记录
提交次数
目录
工单
文档
派生
对比
blame
|
历史
|
原始文档
如果设备未登录则不发送心跳消息和位置消息等其他一切消息(不包括注册和鉴权消息);鉴权时间戳修改为秒,然后des加密进行发送;0206位置消息,再收到r...
lizhanwei
2020-03-14
cfd058531ac72f728028f141102ddb9743a8568f
[~yy/smart_train.git]
/
lib
/
src
/
main
/
AndroidManifest.xml
1
2
3
4
5
6
7
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.anyun.exam.lib" >
<application>
<service android:name=".RemoteService" android:process=":reomte" android:exported="true"/>
</application>
</manifest>