Showing
3 changed files
with
3 additions
and
24 deletions
... | @@ -106,28 +106,7 @@ | ... | @@ -106,28 +106,7 @@ |
106 | <action android:name="android.intent.action.BATTERY_CHANGED" /> | 106 | <action android:name="android.intent.action.BATTERY_CHANGED" /> |
107 | </intent-filter> | 107 | </intent-filter> |
108 | </receiver> | 108 | </receiver> |
109 | - <receiver | 109 | + |
110 | - android:name="com.appsflyer.MultipleInstallBroadcastReceiver" | ||
111 | - android:exported="true" > | ||
112 | - <intent-filter> | ||
113 | - <action android:name="com.android.vending.INSTALL_REFERRER" /> | ||
114 | - </intent-filter> | ||
115 | - </receiver> | ||
116 | - <receiver | ||
117 | - android:name="com.platform7725.gamesdk.InstallReceiver" | ||
118 | - android:enabled="true" | ||
119 | - android:exported="true" > | ||
120 | - <intent-filter> | ||
121 | - <action android:name="com.android.vending.INSTALL_REFERRER" /> | ||
122 | - </intent-filter> | ||
123 | - </receiver> | ||
124 | - <receiver | ||
125 | - android:name="com.mobileapptracker.Tracker" | ||
126 | - android:exported="true" > | ||
127 | - <intent-filter> | ||
128 | - <action android:name="com.android.vending.INSTALL_REFERRER" /> | ||
129 | - </intent-filter> | ||
130 | - </receiver> | ||
131 | 110 | ||
132 | <service android:name="com.kuadcpa.OpenUDID_service" > | 111 | <service android:name="com.kuadcpa.OpenUDID_service" > |
133 | <intent-filter> | 112 | <intent-filter> | ... | ... |
No preview for this file type
... | @@ -16,8 +16,8 @@ | ... | @@ -16,8 +16,8 @@ |
16 | <string name="com_7725_sdkProtocolToken">3f36dc69b4330ed1ed6f50c412018d50</string> | 16 | <string name="com_7725_sdkProtocolToken">3f36dc69b4330ed1ed6f50c412018d50</string> |
17 | <string name="com_7725_sdkProtocolGame">tfws</string> | 17 | <string name="com_7725_sdkProtocolGame">tfws</string> |
18 | --> | 18 | --> |
19 | - <string name="com_7725_sdkProtocolToken">f8ea4b100a5f2c774160434e038f044a</string> | 19 | + <string name="com_7725_sdkProtocolToken">83b04187527a6162305024c8f84873c4</string> |
20 | - <string name="com_7725_sdkProtocolGame">demo</string> | 20 | + <string name="com_7725_sdkProtocolGame">shushan</string> |
21 | 21 | ||
22 | 22 | ||
23 | 23 | ... | ... |
-
Please register or login to post a comment