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.
android-libs/lib_social/src/main/AndroidManifest.xml

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>