34 lines
1.2 KiB
XML
34 lines
1.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<manifest xmlns:android = "http://schemas.android.com/apk/res/android"
|
|
package = "com.gh.td" >
|
|
|
|
<uses-permission android:name = "android.permission.INTERNET" />
|
|
<uses-permission android:name = "android.permission.ACCESS_NETWORK_STATE" />
|
|
<uses-permission android:name = "android.permission.READ_PHONE_STATE" />
|
|
<uses-permission android:name = "android.permission.ACCESS_WIFI_STATE" />
|
|
|
|
<!-- Optinal -->
|
|
<!--<uses-permission android:name = "android.permission.GET_TASKS" />-->
|
|
|
|
<application >
|
|
|
|
<!-- set appid and channel via java code-->
|
|
<!--<meta-data-->
|
|
<!--android:name = "TD_APP_ID"-->
|
|
<!--android:value = "81DB144D555386A38A70B833537EC256" />-->
|
|
<!--<meta-data-->
|
|
<!--android:name = "TD_CHANNEL_ID"-->
|
|
<!--android:value = "GH_TEST" />-->
|
|
|
|
<!--<service-->
|
|
<!--android:name = "com.talkingdata.sdk.TDAntiCheatingService"-->
|
|
<!--android:process = "com.talkingdata.sdk.TDAntiCheatingService" > <!–用户质量评估Service可以配置在主进程或者单独进程–>-->
|
|
<!--<intent-filter >-->
|
|
<!--<action android:name = "com.talkingdata.sdk.TDAntiCheatingService" />-->
|
|
<!--</intent-filter >-->
|
|
<!--</service >-->
|
|
|
|
</application >
|
|
|
|
</manifest >
|