| | |
| | | android:label="@string/app_name" |
| | | android:roundIcon="@mipmap/ic_launcher_round" |
| | | android:supportsRtl="true" |
| | | tools:replace="android:name"> |
| | | tools:replace="android:name" |
| | | tools:ignore="LockedOrientationActivity" > |
| | | |
| | | <meta-data |
| | | android:name="com.amap.api.v2.apikey" |
| | | android:value="d19e3ded58044b8a42156bc97833ff05" /> |
| | | |
| | | <provider |
| | | android:name="android.support.v4.content.FileProvider" |
| | |
| | | android:name=".module.DCMainActivity" |
| | | android:label="@string/app_name" |
| | | android:screenOrientation="portrait" |
| | | android:theme="@style/AppTheme.NoActionBar" |
| | | tools:ignore="LockedOrientationActivity" /> |
| | | <activity android:name=".module.common.ExportedFileActivity" |
| | | android:screenOrientation="portrait" |
| | | tools:ignore="LockedOrientationActivity" /> |
| | | <activity android:name=".module.common.FileExportActivity" |
| | | android:screenOrientation="portrait" |
| | | tools:ignore="LockedOrientationActivity" /> |
| | | <activity |
| | | android:name=".module.inspection.DCInspectionDetailActivity" |
| | | android:theme="@style/AppTheme.NoActionBar" /> |
| | | |
| | | <activity |
| | | android:name=".module.login.DCLoginActivity" |
| | | android:screenOrientation="portrait" |
| | | android:theme="@style/AppTheme.NoActionBar" > |
| | | </activity> |
| | | |
| | | <activity android:name=".module.task.DCNewTempTaskActivity" |
| | | android:screenOrientation="portrait" |
| | | tools:ignore="LockedOrientationActivity" /> |
| | | tools:ignore="LockedOrientationActivity" |
| | | android:theme="@style/AppTheme.ActionBar"/> |
| | | |
| | | <activity android:name=".module.inspection.DCInspectionDetailActivity" |
| | | android:theme="@style/AppTheme.NoActionBar" /> |
| | | |
| | | <activity android:name=".module.common.ExportedFileActivity" |
| | | android:screenOrientation="portrait" |
| | | tools:ignore="LockedOrientationActivity" |
| | | android:theme="@style/AppTheme.ActionBar"/> |
| | | <activity android:name=".module.common.FileExportActivity" |
| | | android:screenOrientation="portrait" |
| | | tools:ignore="LockedOrientationActivity" |
| | | android:theme="@style/AppTheme.ActionBar"/> |
| | | |
| | | </application> |
| | | |
| | | </manifest> |