tj
10 天以前 302d84f74b5221aca2df19be0181e77119ff5634
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>