riku
2025-07-02 3013b813e5df6977c0be921928f73b1a3adde290
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
@@ -236,8 +236,16 @@
            android:theme="@style/AppTheme.NoActionBar" />
        <activity android:name="cn.flightfeather.thirdappmodule.module.inspection.ShareProblemPreViewActivity"
            android:theme="@style/AppTheme.NoActionBar" />
        <activity android:name="cn.flightfeather.thirdappmodule.module.inspection.PicEvidenceActivity"
            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" />
        <activity android:name="cn.flightfeather.thirdappmodule.module.common.PhotoViewerActivity2"
            android:theme="@style/AppTheme" />
        <activity android:name="cn.flightfeather.thirdappmodule.activity.TestActivity"
            android:theme="@style/AppTheme.NoActionBar" />
    </application>
</manifest>