diff --git a/ComicReader/res/xml/preferences.xml b/ComicReader/res/xml/preferences.xml index 15a7912..b1b8d71 100755 --- a/ComicReader/res/xml/preferences.xml +++ b/ComicReader/res/xml/preferences.xml @@ -49,7 +49,8 @@ android:key="notificationPref" android:title="Display Notifications" android:summary="Display notifications to appear in the notification bar" - android:defaultValue="true" /> + android:defaultValue="true" + android:dependency="backgroundCacheEnabledPref" />