riku
2025-10-17 fbae5f3ea74727ccadc48314a864a1ea0099a945
app/src/main/AndroidManifest.xml
@@ -232,14 +232,22 @@
            android:theme="@style/TransparentTheme" />
        <activity android:name="cn.flightfeather.thirdappmodule.module.inspection.MenuSceneAccountActivity"
            android:theme="@style/TransparentTheme" />
        <activity android:name="cn.flightfeather.thirdappmodule.module.inspection.MenuSceneInfoActivity"
            android:theme="@style/TransparentTheme" />
        <activity android:name="cn.flightfeather.thirdappmodule.module.inspection.ShareProblemActivity"
            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>