summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorDanny Baumann <dannybaumann@web.de>2013-01-21 15:28:44 +0100
committerGerrit Code Review <gerrit@cyanogenmod.org>2013-02-22 04:12:58 -0800
commita173206c3316054afeb575ca72d6c2ce9f7aeb34 (patch)
tree20e2440aa8b6d433814504e0375733be0e68e431 /AndroidManifest.xml
parent8c5754cca3f78f4fe8fad336f7a7192231fb51b2 (diff)
downloadandroid_packages_apps_Calendar-a173206c3316054afeb575ca72d6c2ce9f7aeb34.tar.gz
android_packages_apps_Calendar-a173206c3316054afeb575ca72d6c2ce9f7aeb34.tar.bz2
android_packages_apps_Calendar-a173206c3316054afeb575ca72d6c2ce9f7aeb34.zip
Allow configuring the delay for snoozing calendar reminders.
This allows both configuring the default snooze delay as well as ask for the delay whenever snoozing a reminder. Change-Id: Ib875c231535ff4f53dc7c97dd15a6a4b29f48fba
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 76895c97..4f36e9c8 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -165,6 +165,9 @@
android:theme="@android:style/Theme.Holo.Dialog" android:excludeFromRecents="true"
android:label="@string/quick_response_dialog_title" />
+ <activity android:name=".alerts.SnoozeDelayActivity" android:launchMode="singleInstance"
+ android:theme="@android:style/Theme.Holo.Dialog" android:excludeFromRecents="true" />
+
<receiver android:name=".alerts.AlertReceiver">
<intent-filter>
<action android:name="android.intent.action.EVENT_REMINDER" />