Fixed crash and added more options to backup
This commit is contained in:
parent
75410bf77b
commit
db3a7d4097
7 changed files with 171 additions and 26 deletions
|
@ -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}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue