123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- <?xml version="1.0" encoding="utf-8"?>
- <manifest xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:tools="http://schemas.android.com/tools"
- package="com.donut.wxf1a06dafa3350688"
- android:versionName="1.0.55" >
- <uses-sdk
- android:minSdkVersion="21"
- android:targetSdkVersion="28"
- tools:overrideLibrary="com.edufound.maven.huawei" />
- <uses-permission android:name="android.permission.READ_PRIVILEGED_PHONE_STATE" />
- <application>
- <meta-data
- android:name="com.huawei.hms.client.appid"
- android:value="appid=109457863" />
- <activity
- android:name="com.donut.plugin.activity.LenovoActivity"
- android:exported="false"
- android:theme="@style/TransparentTheme" />
- <activity
- android:name="com.donut.plugin.activity.AliPayActivity"
- android:exported="false"
- android:theme="@style/TransparentTheme" />
- <activity
- android:name="com.donut.plugin.activity.HuaWeiActivity"
- android:exported="false"
- android:theme="@style/TransparentTheme" />
- <activity
- android:name="com.donut.plugin.activity.PermissionsActivity"
- android:exported="false"
- android:theme="@style/TransparentTheme" />
- <activity
- android:name="com.lenovo.intermodal.ui.PayActionActivity"
- android:configChanges="keyboardHidden|orientation|screenSize|navigation|locale|layoutDirection"
- android:exported="false"
- android:launchMode="singleTask"
- android:screenOrientation="portrait" />
- <activity
- android:name="com.alipay.sdk.app.H5PayActivity"
- android:configChanges="orientation|keyboardHidden|navigation|screenSize"
- android:exported="false"
- android:screenOrientation="behind"
- android:windowSoftInputMode="adjustResize|stateHidden"
- tools:replace="android:configChanges" />
- <activity
- android:name="com.alipay.sdk.app.H5AuthActivity"
- android:configChanges="orientation|keyboardHidden|navigation"
- android:exported="false"
- android:screenOrientation="behind"
- android:windowSoftInputMode="adjustResize|stateHidden"
- tools:replace="android:configChanges" />
- </application>
- </manifest>
|