提交 b9327326 authored 作者: JarvanMo's avatar JarvanMo

fix:wehcat pay can not call back

上级 e9943350
...@@ -47,6 +47,17 @@ ...@@ -47,6 +47,17 @@
<data android:scheme="sdksample"/> <data android:scheme="sdksample"/>
</intent-filter> </intent-filter>
</activity> </activity>
<activity android:name="net.sourceforge.simcpux.wxapi.WXPayEntryActivity" /> <activity
android:name="net.sourceforge.simcpux.wxapi.WXPayEntryActivity"
android:theme="@style/DisablePreviewTheme"
android:exported="true"
android:launchMode="singleTop">
<intent-filter>
<action android:name="android.intent.action.VIEW"/>
<category android:name="android.intent.category.DEFAULT"/>
<data android:scheme="sdksample"/>
</intent-filter>
</activity>
</application> </application>
</manifest> </manifest>
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论