AndroidManifest.xml 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <manifest xmlns:android="http://schemas.android.com/apk/res/android"
  3. xmlns:tools="http://schemas.android.com/tools"
  4. package="com.donut.wxf1a06dafa3350688"
  5. android:versionName="1.0.55" >
  6. <uses-sdk
  7. android:minSdkVersion="21"
  8. android:targetSdkVersion="28"
  9. tools:overrideLibrary="com.edufound.maven.huawei" />
  10. <uses-permission android:name="android.permission.READ_PRIVILEGED_PHONE_STATE" />
  11. <application>
  12. <meta-data
  13. android:name="com.huawei.hms.client.appid"
  14. android:value="appid=109457863" />
  15. <activity
  16. android:name="com.donut.plugin.activity.LenovoActivity"
  17. android:exported="false"
  18. android:theme="@style/TransparentTheme" />
  19. <activity
  20. android:name="com.donut.plugin.activity.AliPayActivity"
  21. android:exported="false"
  22. android:theme="@style/TransparentTheme" />
  23. <activity
  24. android:name="com.donut.plugin.activity.HuaWeiActivity"
  25. android:exported="false"
  26. android:theme="@style/TransparentTheme" />
  27. <activity
  28. android:name="com.donut.plugin.activity.PermissionsActivity"
  29. android:exported="false"
  30. android:theme="@style/TransparentTheme" />
  31. <activity
  32. android:name="com.lenovo.intermodal.ui.PayActionActivity"
  33. android:configChanges="keyboardHidden|orientation|screenSize|navigation|locale|layoutDirection"
  34. android:exported="false"
  35. android:launchMode="singleTask"
  36. android:screenOrientation="portrait" />
  37. <activity
  38. android:name="com.alipay.sdk.app.H5PayActivity"
  39. android:configChanges="orientation|keyboardHidden|navigation|screenSize"
  40. android:exported="false"
  41. android:screenOrientation="behind"
  42. android:windowSoftInputMode="adjustResize|stateHidden"
  43. tools:replace="android:configChanges" />
  44. <activity
  45. android:name="com.alipay.sdk.app.H5AuthActivity"
  46. android:configChanges="orientation|keyboardHidden|navigation"
  47. android:exported="false"
  48. android:screenOrientation="behind"
  49. android:windowSoftInputMode="adjustResize|stateHidden"
  50. tools:replace="android:configChanges" />
  51. </application>
  52. </manifest>