You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
716 B
22 lines
716 B
5 years ago
|
<manifest package="com.android.sdk.social"
|
||
|
xmlns:android="http://schemas.android.com/apk/res/android">
|
||
|
|
||
|
<application>
|
||
|
|
||
|
<!-- 支付宝支付 start-->
|
||
|
<activity
|
||
|
android:name="com.alipay.sdk.app.H5PayActivity"
|
||
|
android:configChanges="orientation|keyboardHidden|navigation"
|
||
|
android:exported="false"
|
||
|
android:screenOrientation="behind"/>
|
||
|
<activity
|
||
|
android:name="com.alipay.sdk.auth.AuthActivity"
|
||
|
android:configChanges="orientation|keyboardHidden|navigation"
|
||
|
android:exported="false"
|
||
|
android:screenOrientation="behind"/>
|
||
|
<!-- 支付宝支付 end-->
|
||
|
|
||
|
</application>
|
||
|
|
||
|
</manifest>
|