app/src/main/AndroidManifest.xml
@@ -158,6 +158,15 @@ android:name=".activity.ReminderSettingsActivity" android:exported="false" android:label="设置提醒" /> <provider android:name="androidx.core.content.FileProvider" android:authorities="${applicationId}.fileprovider" android:exported="false" android:grantUriPermissions="true"> <meta-data android:name="android.support.FILE_PROVIDER_PATHS" android:resource="@xml/file_paths" /> </provider> </application> </manifest>