| | |
| | | |
| | | <provider |
| | | android:name="android.support.v4.content.FileProvider" |
| | | android:authorities="cn.flightfeather.thirdapp.fileProvider" |
| | | android:authorities="@string/file_provide" |
| | | android:exported="false" |
| | | android:grantUriPermissions="true"> |
| | | <meta-data |
| | |
| | | android:name=".module.task.SceneDetailActivity" |
| | | android:theme="@style/AppTheme.NoActionBar" /> |
| | | <activity |
| | | android:name=".module.nightwork.NightWorkRecordActivity" |
| | | android:theme="@style/AppTheme.NoActionBar" /> |
| | | <activity |
| | | android:name=".module.nightwork.NightWorkManageActivity" |
| | | android:theme="@style/AppTheme.NoActionBar" /> |
| | | <activity |
| | | android:name=".module.common.OfficeFileManageActivity" |
| | | android:theme="@style/AppTheme.NoActionBar" /> |
| | | <activity |
| | | android:name=".module.inspection.MenuGradeActivity" |
| | | android:screenOrientation="portrait" |
| | | android:theme="@style/AppTheme"/> |