mac
2023-12-11 f97ff347cc7d42c6511e3ebb4bfc23b119e1e445
app/src/main/AndroidManifest.xml
@@ -71,6 +71,9 @@
        android:supportsRtl="true"
        android:theme="@style/Theme.PhotovoltaicDebug">
        <activity
            android:name=".ui.message.TestMessageActivity"
            android:exported="false" />
        <activity
            android:name=".ui.me.BindMailActivity"
            android:exported="false" />
        <activity
@@ -156,7 +159,7 @@
            android:value="375" />
        <meta-data
            android:name="ScopedStorage"
            android:value="true" /> <!-- 不加这个作用域上去打开相册的是闪退 -->
            android:value="true" />
    </application>
</manifest>