|
9 年之前 | |
---|---|---|
.. | ||
libs | 9 年之前 | |
res | 9 年之前 | |
src | 9 年之前 | |
.gitignore | 9 年之前 | |
.project | 9 年之前 | |
AndroidManifest.xml | 9 年之前 | |
proguard-project.txt | 9 年之前 | |
readme.md | 9 年之前 |
### 添加以下代码到主工程,YUNBA_APPKEY 需要到云巴官网申请
<meta-data
android:name="YUNBA_APPKEY"
android:value="55f8e4994a481fa955f393e4" />
<service android:name="io.yunba.android.core.YunBaService" >
</service>
<receiver android:name="io.yunba.android.core.YunBaReceiver" >
<intent-filter>
<action android:name="android.intent.action.USER_PRESENT" />
<action android:name="android.net.conn.CONNECTIVITY_CHANGE" />
</intent-filter>
</receiver>