mac
2023-11-30 c6e503f9c7b46d9df78242222949dd7cb200cdc2
app/src/main/AndroidManifest.xml
@@ -68,13 +68,13 @@
        android:allowBackup="true"
        android:icon="@mipmap/ic_launcher"
        android:label="@string/app_name"
        android:requestLegacyExternalStorage="true"
        android:roundIcon="@mipmap/ic_launcher_round"
        android:supportsRtl="true"
        android:theme="@style/Theme.PhotovoltaicDebug">
        <activity
            android:name=".ui.me.PersonalDataActivity"
            android:exported="false"
             />
            android:exported="false" />
        <service android:name=".widget.apkwgtupload.ApkDownLoadService" />
@@ -128,6 +128,11 @@
        <meta-data
            android:name="design_width_in_dp"
            android:value="375" />
        <!--不加这个作用域上去打开相册的是闪退-->
        <meta-data
            android:name="ScopedStorage"
            android:value="true" />
    </application>
</manifest>