summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorDanny Baumann <dannybaumann@web.de>2013-01-21 15:28:44 +0100
committerSteve Kondik <steve@cyngn.com>2015-10-18 13:52:38 -0700
commit0e9cabffc2a262ad2432f28d94d8dae672af87fb (patch)
tree3d79108c6140b8bc47eb7479c3555e9cc2edc8e7 /AndroidManifest.xml
parent916259681ce2216d95c05a5064ed71d0b0d7f422 (diff)
downloadandroid_packages_apps_Calendar-0e9cabffc2a262ad2432f28d94d8dae672af87fb.tar.gz
android_packages_apps_Calendar-0e9cabffc2a262ad2432f28d94d8dae672af87fb.tar.bz2
android_packages_apps_Calendar-0e9cabffc2a262ad2432f28d94d8dae672af87fb.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 5673a3b5..cebf5fe7 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -168,6 +168,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" />