公告板
版本库
filestore
活动
搜索
登录
叶怿
/
smart_train
硬件组-智慧驾培
概况
操作记录
提交次数
目录
工单
文档
派生
对比
blame
|
历史
|
原始文档
考试type保存,收到ndk_start的时候进行发送;随机生成五个模拟灯光测试项(第一个永远是开启前照灯);Random随机生成5个不重复的整数算法
lizhanwei
2020-03-11
c257c28cb70c9f204262f67e817a1793260e4bea
[~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>