| | |
| | | android:configChanges="orientation|keyboardHidden|screenSize|locale" |
| | | android:launchMode="singleTop" |
| | | android:exported="false" |
| | | android:theme="@style/device_page_style" |
| | | android:screenOrientation="portrait"></activity> |
| | | <activity |
| | | android:name=".ui.DeviceDetailActivity" |
| | | android:configChanges="orientation|keyboardHidden|screenSize|locale" |
| | | android:launchMode="singleTop" |
| | | android:exported="false" |
| | | android:theme="@style/device_page_style" |
| | | android:screenOrientation="portrait"></activity> |
| | | <activity |
| | | android:name=".ui.DeviceOnlineMediaPlayActivity" |
| | | android:configChanges="orientation|keyboardHidden|screenSize|locale" |
| | | android:launchMode="singleTop" |
| | | android:exported="false" |
| | | android:theme="@style/device_page_style" |
| | | android:screenOrientation="portrait"></activity> |
| | | <activity |
| | | android:name=".ui.DeviceRecordListActivity" |
| | |
| | | android:configChanges="orientation|keyboardHidden|screenSize|locale" |
| | | android:launchMode="singleTop" |
| | | android:exported="false" |
| | | android:theme="@style/device_page_style" |
| | | android:screenOrientation="portrait"></activity> |
| | | </application> |
| | | </manifest> |