Commit b2e236b4828ee0d5d9ecab6fec1a33f1180e8851
1 parent
b8eb6d13
更新统计sdk
Showing
3 changed files
with
5 additions
and
0 deletions
app/libs/libcnliveanalytics.jar
No preview for this file type
app/libs/libcnliveutil.jar
No preview for this file type
app/src/main/AndroidManifest.xml
| @@ -22,6 +22,11 @@ | @@ -22,6 +22,11 @@ | ||
| 22 | <category android:name="android.intent.category.LAUNCHER" /> | 22 | <category android:name="android.intent.category.LAUNCHER" /> |
| 23 | </intent-filter> | 23 | </intent-filter> |
| 24 | </activity> | 24 | </activity> |
| 25 | + | ||
| 26 | + <service | ||
| 27 | + android:name="com.cnlive.lib.analytics.service.CNLiveProbeService" | ||
| 28 | + android:exported="true" | ||
| 29 | + android:process=":CNLiveProbe"/> | ||
| 25 | </application> | 30 | </application> |
| 26 | 31 | ||
| 27 | </manifest> | 32 | </manifest> |
| 28 | \ No newline at end of file | 33 | \ No newline at end of file |