From 959a746baa603f0bcb35231b80d67fc9cc5e5d0a Mon Sep 17 00:00:00 2001 From: "C. Albert" Date: Fri, 25 Jan 2013 15:30:15 -0800 Subject: [PATCH] Tied "displaying notifications" with enabling chache preferences --- ComicReader/res/xml/preferences.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" />