标签:友盟qq分享
请检查AndroidMenifest.xml中的注册信息:
<!-- ############ QQ空间和QQ SSO授权的Activity注册 ############ -->
<activity
android:name="com.tencent.tauth.AuthActivity"
android:launchMode="singleTask"
android:noHistory="true">
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<!-- 100424468,如果你使用的公用账号,则不需要修改;否则修改成你在QQ开放平台申请的 APP ID -->
<data android:scheme="tencent100424468" />
</intent-filter>
</activity>
红色标注的数字是要你申请的appId。
本文出自 “旦旦家园” 博客,请务必保留此出处http://250215260.blog.51cto.com/9014988/1791906
标签:友盟qq分享
原文地址:http://250215260.blog.51cto.com/9014988/1791906