lizhihui

支付修改可重新提交 删除Google安装监听

......@@ -106,28 +106,7 @@
<action android:name="android.intent.action.BATTERY_CHANGED" />
</intent-filter>
</receiver>
<receiver
android:name="com.appsflyer.MultipleInstallBroadcastReceiver"
android:exported="true" >
<intent-filter>
<action android:name="com.android.vending.INSTALL_REFERRER" />
</intent-filter>
</receiver>
<receiver
android:name="com.platform7725.gamesdk.InstallReceiver"
android:enabled="true"
android:exported="true" >
<intent-filter>
<action android:name="com.android.vending.INSTALL_REFERRER" />
</intent-filter>
</receiver>
<receiver
android:name="com.mobileapptracker.Tracker"
android:exported="true" >
<intent-filter>
<action android:name="com.android.vending.INSTALL_REFERRER" />
</intent-filter>
</receiver>
<service android:name="com.kuadcpa.OpenUDID_service" >
<intent-filter>
......
......@@ -16,8 +16,8 @@
<string name="com_7725_sdkProtocolToken">3f36dc69b4330ed1ed6f50c412018d50</string>
<string name="com_7725_sdkProtocolGame">tfws</string>
-->
<string name="com_7725_sdkProtocolToken">f8ea4b100a5f2c774160434e038f044a</string>
<string name="com_7725_sdkProtocolGame">demo</string>
<string name="com_7725_sdkProtocolToken">83b04187527a6162305024c8f84873c4</string>
<string name="com_7725_sdkProtocolGame">shushan</string>
......