wjc
2024-12-11 f21dcea3e5f6fc7bfc51b3ddc6ff9764fb93bfdb
app/src/main/AndroidManifest.xml
@@ -70,13 +70,16 @@
    <application
        android:name=".HDLApp"
        android:allowBackup="true"
        android:icon="@drawable/logo"
        android:icon="@drawable/desktop_logo"
        android:label="@string/app_name"
        android:requestLegacyExternalStorage="true"
        android:roundIcon="@drawable/logo"
        android:roundIcon="@drawable/desktop_logo"
        android:supportsRtl="true"
        android:theme="@style/Theme.PhotovoltaicDebug">
        <activity
            android:name=".ui.newC.PowerStationsMoveActivity"
            android:exported="false" />
        <activity
            android:name=".ui.me.QrCodeMainActivity"
            android:exported="false" />
        <activity