|
@@ -13,8 +13,7 @@
|
|
|
android:protectionLevel="signature" />
|
|
|
|
|
|
<uses-permission android:name="${applicationId}.permission.MIPUSH_RECEIVE" />
|
|
|
- <uses-permission
|
|
|
- android:name="com.huawei.android.launcher.permission.CHANGE_BADGE"/>
|
|
|
+ <uses-permission android:name="com.huawei.android.launcher.permission.CHANGE_BADGE" />
|
|
|
|
|
|
<uses-permission android:name="android.permission.INTERNET" />
|
|
|
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
|
|
@@ -35,12 +34,12 @@
|
|
|
android:name=".App"
|
|
|
android:allowBackup="true"
|
|
|
android:icon="@mipmap/ic_launcher"
|
|
|
- android:label="@string/app_name"
|
|
|
+ android:label="${k_appName}"
|
|
|
android:networkSecurityConfig="@xml/network_security_config"
|
|
|
android:requestLegacyExternalStorage="true"
|
|
|
android:supportsRtl="true"
|
|
|
android:theme="@style/AppTheme"
|
|
|
- tools:replace="android:allowBackup">
|
|
|
+ tools:replace="android:allowBackup,label">
|
|
|
|
|
|
<meta-data
|
|
|
android:name="design_width_in_dp"
|
|
@@ -337,12 +336,12 @@
|
|
|
android:exported="false"
|
|
|
android:launchMode="singleTask"
|
|
|
android:screenOrientation="portrait"
|
|
|
- android:windowSoftInputMode="adjustResize"/> <!-- 分享开始 -->
|
|
|
+ android:windowSoftInputMode="adjustResize" /> <!-- 分享开始 -->
|
|
|
<activity
|
|
|
android:name=".ui.mine.CoursewareListActivity"
|
|
|
- android:windowSoftInputMode="adjustPan"
|
|
|
android:configChanges="orientation|screenSize|keyboardHidden"
|
|
|
- android:screenOrientation="portrait" />
|
|
|
+ android:screenOrientation="portrait"
|
|
|
+ android:windowSoftInputMode="adjustPan" />
|
|
|
|
|
|
<activity
|
|
|
android:name=".wxapi.WXEntryActivity"
|
|
@@ -352,15 +351,15 @@
|
|
|
|
|
|
<activity
|
|
|
android:name=".ui.mine.UnBindTenantActivity"
|
|
|
- android:windowSoftInputMode="adjustPan"
|
|
|
android:configChanges="orientation|screenSize|keyboardHidden"
|
|
|
- android:screenOrientation="portrait" />
|
|
|
+ android:screenOrientation="portrait"
|
|
|
+ android:windowSoftInputMode="adjustPan" />
|
|
|
|
|
|
<activity
|
|
|
android:name=".ui.mine.SelectTenantMemberActivity"
|
|
|
- android:windowSoftInputMode="adjustPan"
|
|
|
android:configChanges="orientation|screenSize|keyboardHidden"
|
|
|
- android:screenOrientation="portrait" />
|
|
|
+ android:screenOrientation="portrait"
|
|
|
+ android:windowSoftInputMode="adjustPan" />
|
|
|
|
|
|
<activity
|
|
|
android:name="com.tencent.tauth.AuthActivity"
|