wjc
2024-12-18 c58893ebe3a003d35c687a183ef3c9d4de1430fe
app/src/main/AndroidManifest.xml
@@ -70,13 +70,15 @@
    <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: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