| | |
| | | <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" /> |
| | | |
| | | <application> |
| | | <!-- <application--> |
| | | <!-- android:name=".App"--> |
| | | <!-- android:debuggable="false"--> |
| | | <!-- android:allowBackup="false"--> |
| | | <!-- android:icon="@mipmap/sdk_launcher"--> |
| | | <!-- android:label="@string/app_name"--> |
| | | <!-- android:roundIcon="@mipmap/sdk_launcher"--> |
| | | <!-- android:supportsRtl="false"--> |
| | | <!-- android:theme="@style/AppTheme"--> |
| | | <!-- tools:replace="android:allowBackup,android:label,android:supportsRtl"--> |
| | | <!-- >--> |
| | | <activity |
| | | android:name=".ui.EnvGuideActivity" |
| | | android:configChanges="orientation|keyboardHidden|screenSize|locale" |
| | | android:launchMode="singleTop" |
| | | android:theme="@style/device_page_style" |
| | | android:theme="@style/AppTheme" |
| | | android:screenOrientation="portrait"> |
| | | <!-- <intent-filter>--> |
| | | <!-- <action android:name="android.intent.action.MAIN" />--> |
| | | <!-- <category android:name="android.intent.category.LAUNCHER" />--> |
| | | <!-- </intent-filter>--> |
| | | </activity> |
| | | <activity |
| | | android:name=".ui.DeviceListActivity" |
| | | android:configChanges="orientation|keyboardHidden|screenSize|locale" |
| | | android:launchMode="singleTop" |
| | | android:exported="false" |
| | | android:theme="@style/device_page_style" |
| | | 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/device_page_style" |
| | | 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/device_page_style" |
| | | 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/device_page_style" |
| | | android:theme="@style/AppTheme" |
| | | android:screenOrientation="portrait"></activity> |
| | | </application> |
| | | </manifest> |