riku
2022-02-18 d59d55575d913646b7a90fca651904ab889c6723
app/src/main/AndroidManifest.xml
@@ -163,11 +163,11 @@
            android:screenOrientation="portrait"
            android:theme="@style/AppTheme.NoActionBar" />
        <activity
            android:name="cn.flightfeather.thirdappmodule.dataanalysis.AnalysisTabActivity"
            android:name="cn.flightfeather.thirdappmodule.module.dataanalysis.AnalysisTabActivity"
            android:screenOrientation="portrait"
            android:theme="@style/AppTheme.NoActionBar" />
        <activity
            android:name="cn.flightfeather.thirdappmodule.dataanalysis.rank.AnalysisRankActivity"
            android:name="cn.flightfeather.thirdappmodule.module.dataanalysis.rank.AnalysisRankActivity"
            android:screenOrientation="portrait"
            android:theme="@style/AppTheme.NoActionBar" />
        <activity
@@ -238,6 +238,8 @@
            android:theme="@style/AppTheme.NoActionBar" />
        <activity android:name="cn.flightfeather.thirdappmodule.module.common.CameraActivity"
            android:theme="@style/AppFullScreenTheme" />
        <activity android:name="cn.flightfeather.thirdappmodule.module.common.SearchActivity"
            android:theme="@style/AppTheme.NoActionBar" />
    </application>
</manifest>