Fixed crash and added more options to backup

This commit is contained in:
Prathamesh More 2021-10-23 21:31:33 +05:30
parent 75410bf77b
commit db3a7d4097
7 changed files with 171 additions and 26 deletions

View file

@ -132,9 +132,6 @@
<data android:pathPattern=".*\\.rmbak" />
</intent-filter>
</activity>
<activity
android:name="code.name.monkey.retromusic.fragments.backup.BackupFragment"
android:exported="true" />
<activity
android:name=".appshortcuts.AppShortcutLauncherActivity"
@ -169,7 +166,6 @@
android:resource="@xml/provider_paths" />
</provider>
<provider
android:name="androidx.core.content.FileProvider"
android:authorities="${applicationId}"