接入微信支付
This commit is contained in:
@@ -67,6 +67,12 @@
|
||||
android:launchMode="singleTask"
|
||||
android:taskAffinity="com.ck.ckcollar.app"
|
||||
android:theme="@android:style/Theme.Translucent.NoTitleBar"></activity>
|
||||
<activity
|
||||
android:name=".wxapi.WXPayEntryActivity"
|
||||
android:exported="true"
|
||||
android:launchMode="singleTop"
|
||||
android:taskAffinity="com.ck.ckcollar.app"
|
||||
android:theme="@android:style/Theme.Translucent.NoTitleBar" />
|
||||
<activity
|
||||
android:name=".ui.act.petmanager.PetManagerActivity"
|
||||
android:theme="@style/Theme.CkCollar_app.NoActionBar"></activity>
|
||||
|
||||
Reference in New Issue
Block a user