mac
2023-11-30 8231d2af7893e221d90c71bd5dec4cf3f2f1f0ce
app/src/main/AndroidManifest.xml
@@ -66,12 +66,21 @@
    <application
        android:name=".HDLApp"
        android:allowBackup="true"
        android:icon="@mipmap/ic_launcher"
        android:icon="@drawable/version_icon"
        android:label="@string/app_name"
        android:requestLegacyExternalStorage="true"
        android:roundIcon="@mipmap/ic_launcher_round"
        android:roundIcon="@drawable/version_icon"
        android:supportsRtl="true"
        android:theme="@style/Theme.PhotovoltaicDebug">
        <activity
            android:name=".ui.me.TemperatureUnitActivity"
            android:exported="false" />
        <activity
            android:name=".ui.me.languageSelectionActivity"
            android:exported="false" />
        <activity
            android:name=".ui.me.AccountAndSecurityActivity"
            android:exported="false" />
        <activity
            android:name=".ui.me.PersonalDataActivity"
            android:exported="false" />
@@ -127,12 +136,10 @@
            android:value="812" />
        <meta-data
            android:name="design_width_in_dp"
            android:value="375" />
        <!--不加这个作用域上去打开相册的是闪退-->
            android:value="375" /> <!-- 不加这个作用域上去打开相册的是闪退 -->
        <meta-data
            android:name="ScopedStorage"
            android:value="true" />
    </application>
</manifest>