|
|
@@ -141,6 +141,8 @@
|
|
|
android:name=".ui.MainActivity"
|
|
|
android:label="@string/app_name"
|
|
|
android:launchMode="singleTask"
|
|
|
+ android:configChanges="keyboardHidden|orientation"
|
|
|
+ android:screenOrientation="portrait"
|
|
|
android:windowSoftInputMode="stateUnspecified|adjustNothing" >
|
|
|
</activity>
|
|
|
<!-- 消息模块 -->
|
|
|
@@ -195,7 +197,9 @@
|
|
|
<!-- Me模块 -->
|
|
|
<activity android:name=".ui.me.LocalVideoActivity" >
|
|
|
</activity>
|
|
|
- <activity android:name=".ui.me.SettingActivity" >
|
|
|
+ <activity android:name=".ui.me.SettingActivity"
|
|
|
+ android:configChanges="keyboardHidden|orientation"
|
|
|
+ android:screenOrientation="portrait">
|
|
|
</activity>
|
|
|
<activity android:name=".ui.me.AboutActivity" >
|
|
|
</activity>
|
|
|
@@ -409,7 +413,8 @@
|
|
|
<activity
|
|
|
android:name="com.baidu.autoupdatesdk.ConfirmDialoigActivity"
|
|
|
android:exported="false"
|
|
|
- android:screenOrientation="sensor"
|
|
|
+ android:configChanges="keyboardHidden|orientation"
|
|
|
+ android:screenOrientation="portrait"
|
|
|
android:theme="@style/bdp_update_dialog_style_fullscreen" />
|
|
|
<receiver
|
|
|
android:name="com.baidu.autoupdatesdk.receiver.BDBroadcastReceiver"
|