|
@@ -52,7 +52,10 @@
|
|
|
|
|
|
<activity
|
|
|
android:name=".ui.main.MainActivity"
|
|
|
- android:exported="false" />
|
|
|
+ android:configChanges="orientation|screenSize|keyboardHidden"
|
|
|
+ android:exported="false"
|
|
|
+ android:screenOrientation="portrait" />
|
|
|
+
|
|
|
<activity
|
|
|
android:name=".ui.web.WebActivity"
|
|
|
android:configChanges="orientation|screenSize|keyboardHidden"
|
|
@@ -162,8 +165,8 @@
|
|
|
<activity
|
|
|
android:name=".ui.live.LiveRoomActivity"
|
|
|
android:configChanges="orientation|screenSize|keyboardHidden"
|
|
|
- android:launchMode="singleTask"
|
|
|
android:exported="false"
|
|
|
+ android:launchMode="singleTask"
|
|
|
android:screenOrientation="portrait"
|
|
|
android:windowSoftInputMode="adjustPan">
|
|
|
<intent-filter>
|
|
@@ -181,7 +184,7 @@
|
|
|
<meta-data
|
|
|
android:name="android.support.FILE_PROVIDER_PATHS"
|
|
|
android:resource="@xml/rc_file_path"
|
|
|
- tools:replace="android:resource"/>
|
|
|
+ tools:replace="android:resource" />
|
|
|
</provider>
|
|
|
|
|
|
|
|
@@ -205,12 +208,12 @@
|
|
|
android:name=".ui.mine.FeedBackActivity"
|
|
|
android:configChanges="orientation|screenSize|keyboardHidden"
|
|
|
android:screenOrientation="portrait" />
|
|
|
-<!-- 分享开始-->
|
|
|
+ <!-- 分享开始-->
|
|
|
<activity
|
|
|
android:name=".wxapi.WXEntryActivity"
|
|
|
android:configChanges="keyboardHidden|orientation|screenSize"
|
|
|
android:exported="true"
|
|
|
- android:theme="@android:style/Theme.Translucent.NoTitleBar"/>
|
|
|
+ android:theme="@android:style/Theme.Translucent.NoTitleBar" />
|
|
|
|
|
|
|
|
|
<activity
|
|
@@ -218,10 +221,12 @@
|
|
|
android:launchMode="singleTask"
|
|
|
android:noHistory="true">
|
|
|
<intent-filter>
|
|
|
- <action android:name="android.intent.action.VIEW"/>
|
|
|
- <category android:name="android.intent.category.DEFAULT"/>
|
|
|
- <category android:name="android.intent.category.BROWSABLE"/>
|
|
|
- <data android:scheme="tencent100424468"/>
|
|
|
+ <action android:name="android.intent.action.VIEW" />
|
|
|
+
|
|
|
+ <category android:name="android.intent.category.DEFAULT" />
|
|
|
+ <category android:name="android.intent.category.BROWSABLE" />
|
|
|
+
|
|
|
+ <data android:scheme="tencent100424468" />
|
|
|
</intent-filter>
|
|
|
</activity>
|
|
|
<activity
|
|
@@ -229,10 +234,11 @@
|
|
|
android:configChanges="orientation|keyboardHidden|screenSize"
|
|
|
android:theme="@android:style/Theme.Translucent.NoTitleBar"
|
|
|
tools:replace="android:configChanges" />
|
|
|
+
|
|
|
<meta-data
|
|
|
android:name="qqappid"
|
|
|
android:value="1110018403" />
|
|
|
-<!-- 分享结束-->
|
|
|
+ <!-- 分享结束-->
|
|
|
|
|
|
</application>
|
|
|
|