| | |
| | | xmlns:tools="http://schemas.android.com/tools" |
| | | > |
| | | <!-- 网络相关 --> |
| | | <uses-feature |
| | | android:name="android.hardware.camera" |
| | | android:required="false" /> |
| | | <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /> <!-- 网络状态 --> |
| | | <uses-permission android:name="android.permission.ACCESS_WIFI_STATE" /> <!-- wifi状态 --> |
| | | <uses-permission android:name="android.permission.INTERNET" /> <!-- 网络 --> |
| | |
| | | android:networkSecurityConfig="@xml/network_security_config" |
| | | android:resizeableActivity="true" |
| | | android:supportsRtl="true" |
| | | android:theme="@style/Theme.app" |
| | | android:theme="@style/AppTheme.Normal" |
| | | android:usesCleartextTraffic="true" |
| | | tools:targetApi="31"> |
| | | |
| | |
| | | android:exported="false" |
| | | android:screenOrientation="portrait" |
| | | /> |
| | | |
| | | <activity |
| | | android:name=".ui.function.MeetingActivity" |
| | | android:exported="true" |
| | | android:screenOrientation="portrait" /> |
| | | <activity |
| | | android:name=".ui.function.MeetingDetailActivity" |
| | | android:exported="true" |
| | | android:screenOrientation="portrait" |
| | | /> |
| | | <activity |
| | | android:name=".ui.function.MeetingapproveActivity" |
| | | android:exported="false" |
| | | android:screenOrientation="portrait" /> |
| | | <activity |
| | | android:name=".ui.function.MeetingapproveDetailActivity" |
| | | android:exported="false" |
| | | android:screenOrientation="portrait" |
| | | /> |
| | | <activity |
| | | android:name=".ui.function.MeetingStaActivity" |
| | | android:exported="false" |
| | | android:screenOrientation="portrait" /> |
| | | |
| | | <activity |
| | | android:name=".ui.function.MeetingStaDetailActivity" |
| | | android:exported="false" |
| | | android:screenOrientation="portrait" /> |
| | | |
| | | |
| | | <activity android:name=".ui.function.WebcastActivity" |
| | | android:exported="false" |
| | | android:screenOrientation="portrait" |
| | | /> |
| | | |
| | | <activity android:name=".ui.function.WebcastDetailActivity" |
| | | android:exported="false" |
| | | android:screenOrientation="portrait" |
| | | /> |
| | | |
| | | <activity android:name=".ui.function.WebbackActivity" |
| | | android:exported="false" |
| | | android:screenOrientation="portrait" |
| | | /> |
| | | |
| | | <activity android:name=".ui.function.WebbackDetailActivity" |
| | | android:exported="false" |
| | | android:screenOrientation="portrait" |
| | | /> |
| | | |
| | | <activity |
| | | android:name=".ui.function.FamilyAssetsActivity" |
| | | android:exported="false" |
| | |
| | | android:name=".ui.function.FamilyAssetsDetailActivity" |
| | | android:exported="false" |
| | | android:screenOrientation="portrait" /> |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | <activity |
| | | android:name=".ui.function.HomeDevicesActivity" |
| | | android:exported="false" |
| | |
| | | android:screenOrientation="portrait" /> |
| | | <activity |
| | | android:name=".ui.function.CertificateOfHonorActivity" |
| | | android:exported="false" |
| | | android:exported="true" |
| | | android:screenOrientation="portrait" /> |
| | | <activity |
| | | android:name=".ui.function.CertificateOfHonorDetailActivity" |
| | |
| | | android:screenOrientation="portrait" /> |
| | | <activity |
| | | android:name=".ui.function.AnnualHealthStatusActivity" |
| | | android:exported="false" |
| | | android:exported="true" |
| | | android:screenOrientation="portrait" /> |
| | | <activity |
| | | android:name=".ui.function.AnnualHealthStatusDetailActivity" |