Disable artist image downloading on fdroid flavor by default

This commit is contained in:
Prathamesh More 2022-06-24 11:34:04 +05:30
parent 01c5c10def
commit 778025e989
5 changed files with 9 additions and 7 deletions

View file

@ -14,7 +14,6 @@
<string name="app_name" translatable="false">Retro Music</string>
<string name="git_hub" translatable="false">GitHub</string>
<string name="app_shortcut_last_added_long" translatable="false">@string/last_added</string>
<string name="app_shortcut_last_added_short" translatable="false">@string/last_added</string>
<string name="app_shortcut_shuffle_all_long" translatable="false">@string/action_shuffle_all</string>
@ -28,5 +27,5 @@
<string name="sort_order_album_artist">@string/album_artist</string>
<string name="app_widget_circle_name">@string/circle</string>
<string name="download_policy">always</string>
</resources>

View file

@ -11,7 +11,7 @@
app:icon="@drawable/ic_image" />
<code.name.monkey.appthemehelper.common.prefs.supportv7.ATEListPreference
android:defaultValue="always"
android:defaultValue="@string/download_policy"
android:entries="@array/pref_auto_download_images_titles"
android:entryValues="@array/pref_auto_download_images_values"
android:key="auto_download_images_policy"