Commit fb3783ee5da8db79a6b9de15af3efd5a1b0015bb
1 parent
84509c18a4
Exists in
master
修正文档
Showing 2 changed files with 6 additions and 15 deletions Side-by-side Diff
InlandSDKDemo/AndroidManifest.xml
| ... | ... | @@ -34,13 +34,6 @@ |
| 34 | 34 | |
| 35 | 35 | <category android:name="android.intent.category.LAUNCHER" /> |
| 36 | 36 | </intent-filter> |
| 37 | - <intent-filter> | |
| 38 | - <action android:name="android.intent.action.VIEW" /> | |
| 39 | - | |
| 40 | - <category android:name="android.intent.category.DEFAULT" /> | |
| 41 | - | |
| 42 | - <data android:scheme="wxdb562d299ac311e0" /> | |
| 43 | - </intent-filter> | |
| 44 | 37 | </activity> |
| 45 | 38 | <activity |
| 46 | 39 | android:name="com.gump.inland.gamesdk.PassportBaseActivity" |
| ... | ... | @@ -48,11 +41,6 @@ |
| 48 | 41 | android:launchMode="singleTask" |
| 49 | 42 | android:theme="@style/Theme.TransparentWin" > |
| 50 | 43 | </activity> |
| 51 | - <!-- wx callback --> | |
| 52 | - <!-- <activity --> | |
| 53 | - <!-- android:name="com.ninjaonline.wxapi.WXPayEntryActivity" --> | |
| 54 | - <!-- android:exported="true" > --> | |
| 55 | - <!-- </activity> --> | |
| 56 | 44 | <!-- unionPay --> |
| 57 | 45 | <activity |
| 58 | 46 | android:name="com.unionpay.uppay.PayActivity" |
IntegrationGuide.md
| ... | ... | @@ -21,12 +21,15 @@ |
| 21 | 21 | |
| 22 | 22 | <activity |
| 23 | 23 | android:name="com.gump.inland.gamesdk.PassportBaseActivity" |
| 24 | - android:configChanges="orientation|screenSize|keyboardHidden|keyboard|screenLayout" | |
| 24 | + android:configChanges="orientation|screenSize|keyboardHidden|keyboard|screenLayout" | |
| 25 | + android:launchMode="singleTask" | |
| 25 | 26 | android:theme="@style/Theme.TransparentWin" > |
| 26 | 27 | </activity> |
| 27 | 28 | <activity |
| 28 | - android:name="com.gump.inland.gamesdk.PaymentActivity" | |
| 29 | - android:theme="@android:style/Theme.Light.NoTitleBar" > | |
| 29 | + android:name="com.gump.inland.gamesdk.PurchaseActivity" | |
| 30 | + android:configChanges="orientation|screenSize|keyboardHidden|keyboard|screenLayout" | |
| 31 | + android:launchMode="singleTask" | |
| 32 | + android:theme="@android:style/Theme.Translucent.NoTitleBar" > | |
| 30 | 33 | </activity> |
| 31 | 34 | |
| 32 | 35 | <!-- unionPay --> |