tj
3 天以前 87ddd5c168fe47244f661d6d6a08a81150256af9
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>