hxb
2024-12-27 819940c20dfb8a0c797b3423a3c0a0c67c9fd955
app/src/main/AndroidManifest.xml
@@ -74,6 +74,7 @@
        android:label="@string/app_name"
        android:requestLegacyExternalStorage="true"
        android:supportsRtl="true"
        android:persistent="true"
        android:theme="@style/Theme.PhotovoltaicDebug">
        <activity
            android:name=".ui.newC.PowerStationsMoveActivity"
@@ -214,6 +215,15 @@
            android:name="org.eclipse.paho.android.service.MqttService"
            android:exported="false" />
        <service
            android:name=".services.UniappService"
            android:enabled="true"
            android:exported="true">
        <intent-filter>
            <action android:name="UniappService.ACTION" />
        </intent-filter>
        </service>
        <meta-data
            android:name="design_height_in_dp"
            android:value="812" />
@@ -224,5 +234,7 @@
            android:name="ScopedStorage"
            android:value="true" />
    </application>
    <queries>
        <package android:name="com.hdl.photovoltaic.services"/>
    </queries>
</manifest>