This commit is contained in:
h4h13 2019-03-25 18:13:43 +05:30
parent a3a4618769
commit 7a42723b9e
103 changed files with 1879 additions and 1195 deletions

View file

@ -165,8 +165,8 @@
android:value="code.name.monkey.retromusic.cast.CastOptionsProvider" />
<provider
android:name="androidx.core.content.FileProvider"
android:authorities="${applicationId}"
android:name=".misc.GenericFileProvider"
android:authorities="${applicationId}.provider"
android:exported="false"
android:grantUriPermissions="true">
<meta-data