wjc
2024-12-09 7d4c1450ae47f7bac496e58b3f0951616e9ee1b8
app/src/main/AndroidManifest.xml
@@ -77,6 +77,9 @@
        android:supportsRtl="true"
        android:theme="@style/Theme.PhotovoltaicDebug">
        <activity
            android:name=".ui.account.AreaCodeActivity"
            android:exported="false" />
        <activity
            android:name=".ui.me.QrCodeMainActivity"
            android:exported="false" />
        <activity
@@ -174,8 +177,7 @@
                <category android:name="android.intent.category.LAUNCHER" />
            </intent-filter>
        </activity> <!-- 注册服务 -->
        <service android:name=".internet.HttpServer.MyNanoHttpService" />
        <!-- 加它uniapp才能唤起相机 -->
        <service android:name=".internet.HttpServer.MyNanoHttpService" /> <!-- 加它uniapp才能唤起相机 -->
        <provider
            android:name="io.dcloud.common.util.DCloud_FileProvider"
            android:authorities="com.hdl.photovoltaic.dc.fileprovider"