| | |
| | | android:name=".ui.EnvGuideActivity" |
| | | android:configChanges="orientation|keyboardHidden|screenSize|locale" |
| | | android:launchMode="singleTop" |
| | | android:theme="@style/AppTheme" |
| | | android:screenOrientation="portrait"> |
| | | <intent-filter> |
| | | <action android:name="android.intent.action.MAIN" /> |
| | |
| | | android:configChanges="orientation|keyboardHidden|screenSize|locale" |
| | | android:launchMode="singleTop" |
| | | android:exported="false" |
| | | android:theme="@style/AppTheme" |
| | | android:screenOrientation="portrait"></activity> |
| | | <activity |
| | | android:name=".ui.DeviceDetailActivity" |
| | | android:configChanges="orientation|keyboardHidden|screenSize|locale" |
| | | android:launchMode="singleTop" |
| | | android:exported="false" |
| | | android:theme="@style/AppTheme" |
| | | android:screenOrientation="portrait"></activity> |
| | | <activity |
| | | android:name=".ui.DeviceOnlineMediaPlayActivity" |
| | | android:configChanges="orientation|keyboardHidden|screenSize|locale" |
| | | android:launchMode="singleTop" |
| | | android:exported="false" |
| | | android:theme="@style/AppTheme" |
| | | android:screenOrientation="portrait"></activity> |
| | | <activity |
| | | android:name=".ui.DeviceRecordListActivity" |
| | | android:configChanges="orientation|keyboardHidden|screenSize|locale" |
| | | android:launchMode="singleTop" |
| | | android:exported="false" |
| | | android:theme="@style/AppTheme" |
| | | android:screenOrientation="portrait"></activity> |
| | | <activity |
| | | android:name=".ui.DeviceRecordPlayActivity" |
| | | android:configChanges="orientation|keyboardHidden|screenSize|locale" |
| | | android:launchMode="singleTop" |
| | | android:exported="false" |
| | | android:theme="@style/AppTheme" |
| | | android:screenOrientation="portrait"></activity> |
| | | </application> |
| | | </manifest> |