blob: 5318d153e604bca0ddd26f4baf542425f989a42c [file] [log] [blame]
Justin Klaassen1e76b672015-01-23 17:57:11 -08001<?xml version="1.0" encoding="utf-8"?>
2<!--
3 Copyright (C) 2015 The Android Open Source Project
4
5 Licensed under the Apache License, Version 2.0 (the "License");
6 you may not use this file except in compliance with the License.
7 You may obtain a copy of the License at
8
9 http://www.apache.org/licenses/LICENSE-2.0
10
11 Unless required by applicable law or agreed to in writing, software
12 distributed under the License is distributed on an "AS IS" BASIS,
13 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 See the License for the specific language governing permissions and
15 limitations under the License.
16 -->
17
The Android Open Source Project5fedae02009-03-03 19:32:15 -080018<manifest xmlns:android="http://schemas.android.com/apk/res/android"
Patrick Scott21426942010-09-28 13:13:27 -040019 package="com.android.deskclock"
James Lemieux39231982015-06-08 17:53:59 -070020 android:versionCode="410" android:versionName="4.1.0">
The Android Open Source Project5fedae02009-03-03 19:32:15 -080021
Dianne Hackborn34991f82010-03-03 16:20:05 -080022 <original-package android:name="com.android.alarmclock" />
Jeff Hamilton7e0fc7b2010-02-11 16:25:48 -060023 <original-package android:name="com.android.deskclock" />
24
Daria Evdokimova9b639f92015-06-03 15:40:01 -070025 <uses-sdk android:minSdkVersion="19" android:targetSdkVersion="23" />
Justin Klaassen1e76b672015-01-23 17:57:11 -080026
The Android Open Source Project5fedae02009-03-03 19:32:15 -080027 <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
28 <uses-permission android:name="android.permission.WAKE_LOCK"/>
29 <uses-permission android:name="android.permission.VIBRATE"/>
The Android Open Source Project5fedae02009-03-03 19:32:15 -080030 <uses-permission android:name="android.permission.DISABLE_KEYGUARD" />
James Lemieux089897e2015-06-29 14:41:08 -070031 <!-- WRITE_SETTINGS is required to record the upcoming alarm prior to L -->
32 <uses-permission android:name="android.permission.WRITE_SETTINGS" />
James Lemieux95559b22015-06-26 13:53:55 -070033 <!-- READ_PHONE_STATE is required to determine when a phone call exists prior to M -->
Patrick Scott3175f152009-09-03 16:13:26 -040034 <uses-permission android:name="android.permission.READ_PHONE_STATE" />
James Lemieux4d8e08e2015-07-06 18:14:09 -070035 <!-- READ_EXTERNAL_STORAGE is required to play custom ringtones from the SD card prior to M -->
36 <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
The Android Open Source Project5fedae02009-03-03 19:32:15 -080037
38 <application android:label="@string/app_label"
James Lemieux50ab55f2015-05-08 15:27:32 -070039 android:name=".DeskClockApplication"
James Lemieuxb5f11692015-06-30 18:13:41 -070040 android:allowBackup="true"
41 android:backupAgent="DeskClockBackupAgent"
42 android:fullBackupContent="@xml/backup_scheme"
43 android:fullBackupOnly="true"
Isaac Katzenelsonc8850922013-04-15 17:55:34 -070044 android:icon="@mipmap/ic_launcher_alarmclock"
Isaac Katzenelsonf21ef7d2013-04-22 19:35:04 -070045 android:requiredForAllUsers="true"
Isaac Katzenelsonc8850922013-04-15 17:55:34 -070046 android:supportsRtl="true">
The Android Open Source Project5fedae02009-03-03 19:32:15 -080047
Paul Sliwowskib839a7d2013-08-21 23:43:57 -070048 <provider android:name=".provider.ClockProvider"
Patrick Scott6c528aa2010-09-22 09:17:29 -040049 android:authorities="com.android.deskclock"
50 android:exported="false" />
The Android Open Source Project5fedae02009-03-03 19:32:15 -080051
Daniel Sandlerf8317ad2009-10-20 16:51:32 -040052 <activity android:name="DeskClock"
53 android:label="@string/app_label"
Isaac Katzenelson815e2f72012-09-07 18:38:22 -070054 android:theme="@style/DeskClock"
Ying Wang32a37e92010-11-23 11:40:16 -080055 android:icon="@mipmap/ic_launcher_alarmclock"
James Lemieuxb5f11692015-06-30 18:13:41 -070056 android:launchMode="singleTask">
Daniel Sandlere6cf24d2009-11-02 16:23:52 -050057
The Android Open Source Project5fedae02009-03-03 19:32:15 -080058 <intent-filter>
59 <action android:name="android.intent.action.MAIN" />
60 <category android:name="android.intent.category.DEFAULT" />
61 <category android:name="android.intent.category.LAUNCHER" />
62 </intent-filter>
63 </activity>
64
Daniel Sandlerdce9d312012-09-27 21:49:44 -040065 <activity-alias android:name="DockClock"
66 android:targetActivity="DeskClock"
67 android:label="@string/app_label"
68 android:theme="@style/DeskClock"
69 android:icon="@mipmap/ic_launcher_alarmclock"
70 android:launchMode="singleTask"
71 android:enabled="@bool/config_dockAppEnabled"
72 >
73 <intent-filter>
74 <action android:name="android.intent.action.MAIN" />
75 <category android:name="android.intent.category.DEFAULT" />
76 <category android:name="android.intent.category.DESK_DOCK" />
77 </intent-filter>
78 </activity-alias>
79
Daniel Sandler8423a172009-11-12 13:40:19 -080080 <activity android:name="SettingsActivity"
81 android:label="@string/settings"
Isaac Katzenelsone4cd2ee2012-09-13 21:55:23 -070082 android:theme="@style/SettingsTheme"
Daniel Sandler8423a172009-11-12 13:40:19 -080083 android:taskAffinity=""
84 android:excludeFromRecents="true"
85 >
Jason Parekh13e90212009-03-24 17:50:29 -070086 <intent-filter>
87 <action android:name="android.intent.action.MAIN" />
88 </intent-filter>
89 </activity>
90
Isaac Katzenelson948edb52012-09-27 10:09:06 -070091 <activity android:name=".worldclock.CitiesActivity"
92 android:label="@string/cities_activity_title"
James Kungc3e13b72013-08-21 14:11:56 -070093 android:theme="@style/CitiesTheme"
Isaac Katzenelson948edb52012-09-27 10:09:06 -070094 android:taskAffinity=""
95 android:excludeFromRecents="true"
96 >
97 <intent-filter>
98 <action android:name="android.intent.action.MAIN" />
99 </intent-filter>
100 </activity>
101
Paul Sliwowskiab0d28c2013-08-26 17:26:21 -0700102 <activity android:name=".alarms.AlarmActivity"
Paul Sliwowski53fd3062013-09-18 20:00:41 -0700103 android:taskAffinity=""
Patrick Scottf47699d2009-05-13 08:27:34 -0400104 android:excludeFromRecents="true"
Dmitri Plotnikovfb6883d2011-01-15 19:46:43 -0800105 android:theme="@style/AlarmAlertFullScreenTheme"
Isaac Katzenelson991cb4d2013-09-21 19:52:39 -0700106 android:windowSoftInputMode="stateAlwaysHidden"
Annie Chin63330e52015-05-11 14:40:12 -0700107 android:showOnLockScreen="true" />
The Android Open Source Project5fedae02009-03-03 19:32:15 -0800108
Sam Blitzstein78b8e152012-10-17 18:31:27 -0700109 <activity android:name="ScreensaverActivity"
110 android:excludeFromRecents="true"
111 android:taskAffinity=""
112 android:theme="@style/ScreensaverActivityTheme"
113 android:configChanges="orientation|screenSize|keyboardHidden|keyboard" />
114
Paul Sliwowskiab0d28c2013-08-26 17:26:21 -0700115 <receiver android:name=".alarms.AlarmStateManager"
116 android:exported="false">
The Android Open Source Project5fedae02009-03-03 19:32:15 -0800117 </receiver>
118
Paul Sliwowskiab0d28c2013-08-26 17:26:21 -0700119 <service android:name=".alarms.AlarmService"
120 android:exported="false">
121 </service>
122
Isaac Katzenelson37dcae42013-08-23 10:48:03 -0700123 <activity android:name="HandleApiCalls"
Patrick Scott6c528aa2010-09-22 09:17:29 -0400124 android:theme="@android:style/Theme.NoDisplay"
125 android:excludeFromRecents="true"
Budi Kusmiantoro355fefa2015-01-07 09:22:15 -0800126 android:launchMode="singleTask"
Budi Kusmiantoro02f70142015-01-07 10:02:36 -0800127 android:permission="com.android.alarm.permission.SET_ALARM"
128 android:taskAffinity="">
Patrick Scott6c528aa2010-09-22 09:17:29 -0400129 <intent-filter>
130 <action android:name="android.intent.action.SET_ALARM" />
131 <category android:name="android.intent.category.DEFAULT" />
132 </intent-filter>
Isaac Katzenelson37dcae42013-08-23 10:48:03 -0700133 <intent-filter>
Daria Evdokimova972fca92015-06-11 15:07:32 -0700134 <action android:name="android.intent.action.DISMISS_ALARM" />
135 <category android:name="android.intent.category.DEFAULT" />
136 </intent-filter>
137 <intent-filter>
Daria Evdokimova15888e32015-06-12 18:21:10 -0700138 <action android:name="android.intent.action.SNOOZE_ALARM" />
139 <category android:name="android.intent.category.DEFAULT" />
140 </intent-filter>
141 <intent-filter>
Alon Albert101ed3d2013-08-30 11:25:31 -0700142 <action android:name="android.intent.action.SHOW_ALARMS" />
143 <category android:name="android.intent.category.DEFAULT" />
144 </intent-filter>
145 <intent-filter>
Isaac Katzenelson37dcae42013-08-23 10:48:03 -0700146 <action android:name="android.intent.action.SET_TIMER" />
147 <category android:name="android.intent.category.DEFAULT" />
148 </intent-filter>
Patrick Scott6c528aa2010-09-22 09:17:29 -0400149 </activity>
150
Isaac Katzenelson37dcae42013-08-23 10:48:03 -0700151 <activity-alias android:name="HandleSetAlarm"
152 android:targetActivity=".HandleApiCalls"
153 android:exported="true">
154 </activity-alias>
155
Daria Evdokimova972fca92015-06-11 15:07:32 -0700156 <activity android:name=".HandleDeskClockApiCalls"
Daria Evdokimova5f594532015-05-26 18:49:34 -0700157 android:excludeFromRecents="true"
158 android:launchMode="singleTask"
159 android:taskAffinity=""
160 android:theme="@android:style/Theme.NoDisplay"
161 android:permission="com.android.alarm.permission.SET_ALARM">
162 <intent-filter>
Daria Evdokimova972fca92015-06-11 15:07:32 -0700163 <action android:name="com.android.deskclock.action.SHOW_CLOCK" />
Daria Evdokimova5f594532015-05-26 18:49:34 -0700164 <category android:name="android.intent.category.DEFAULT" />
Daria Evdokimova5f594532015-05-26 18:49:34 -0700165 </intent-filter>
166 <intent-filter>
Daria Evdokimova972fca92015-06-11 15:07:32 -0700167 <action android:name="com.android.deskclock.action.ADD_CLOCK" />
Daria Evdokimova5f594532015-05-26 18:49:34 -0700168 <category android:name="android.intent.category.DEFAULT" />
Daria Evdokimova5f594532015-05-26 18:49:34 -0700169 </intent-filter>
170 <intent-filter>
Daria Evdokimova972fca92015-06-11 15:07:32 -0700171 <action android:name="com.android.deskclock.action.DELETE_CLOCK" />
Daria Evdokimova5f594532015-05-26 18:49:34 -0700172 <category android:name="android.intent.category.DEFAULT" />
Daria Evdokimova5f594532015-05-26 18:49:34 -0700173 </intent-filter>
174 <intent-filter>
Daria Evdokimova972fca92015-06-11 15:07:32 -0700175 <action android:name="com.android.deskclock.action.START_TIMER" />
Daria Evdokimova5f594532015-05-26 18:49:34 -0700176 <category android:name="android.intent.category.DEFAULT" />
Daria Evdokimova5f594532015-05-26 18:49:34 -0700177 </intent-filter>
178 <intent-filter>
Daria Evdokimova972fca92015-06-11 15:07:32 -0700179 <action android:name="com.android.deskclock.action.RESET_TIMER" />
Daria Evdokimova5f594532015-05-26 18:49:34 -0700180 <category android:name="android.intent.category.DEFAULT" />
Daria Evdokimova5f594532015-05-26 18:49:34 -0700181 </intent-filter>
182 <intent-filter>
Daria Evdokimova972fca92015-06-11 15:07:32 -0700183 <action android:name="com.android.deskclock.action.STOP_TIMER" />
Daria Evdokimova5f594532015-05-26 18:49:34 -0700184 <category android:name="android.intent.category.DEFAULT" />
Daria Evdokimova5f594532015-05-26 18:49:34 -0700185 </intent-filter>
186 <intent-filter>
Daria Evdokimova972fca92015-06-11 15:07:32 -0700187 <action android:name="com.android.deskclock.action.SHOW_TIMERS" />
Daria Evdokimova5f594532015-05-26 18:49:34 -0700188 <category android:name="android.intent.category.DEFAULT" />
Daria Evdokimova5f594532015-05-26 18:49:34 -0700189 </intent-filter>
190 <intent-filter>
Daria Evdokimova972fca92015-06-11 15:07:32 -0700191 <action android:name="com.android.deskclock.action.DELETE_TIMER" />
Daria Evdokimova5f594532015-05-26 18:49:34 -0700192 <category android:name="android.intent.category.DEFAULT" />
Daria Evdokimova5f594532015-05-26 18:49:34 -0700193 </intent-filter>
194 <intent-filter>
Daria Evdokimova972fca92015-06-11 15:07:32 -0700195 <action android:name="com.android.deskclock.action.SHOW_STOPWATCH" />
Daria Evdokimova5f594532015-05-26 18:49:34 -0700196 <category android:name="android.intent.category.DEFAULT" />
Daria Evdokimova5f594532015-05-26 18:49:34 -0700197 </intent-filter>
198 <intent-filter>
Daria Evdokimova972fca92015-06-11 15:07:32 -0700199 <action android:name="com.android.deskclock.action.START_STOPWATCH" />
Daria Evdokimova5f594532015-05-26 18:49:34 -0700200 <category android:name="android.intent.category.DEFAULT" />
Daria Evdokimova5f594532015-05-26 18:49:34 -0700201 </intent-filter>
202 <intent-filter>
Daria Evdokimova972fca92015-06-11 15:07:32 -0700203 <action android:name="com.android.deskclock.action.STOP_STOPWATCH" />
Daria Evdokimova5f594532015-05-26 18:49:34 -0700204 <category android:name="android.intent.category.DEFAULT" />
Daria Evdokimova5f594532015-05-26 18:49:34 -0700205 </intent-filter>
206 <intent-filter>
Daria Evdokimova972fca92015-06-11 15:07:32 -0700207 <action android:name="com.android.deskclock.action.LAP_STOPWATCH" />
Daria Evdokimova5f594532015-05-26 18:49:34 -0700208 <category android:name="android.intent.category.DEFAULT" />
Daria Evdokimova5f594532015-05-26 18:49:34 -0700209 </intent-filter>
210 <intent-filter>
Daria Evdokimova972fca92015-06-11 15:07:32 -0700211 <action android:name="com.android.deskclock.action.RESET_STOPWATCH" />
Daria Evdokimova5f594532015-05-26 18:49:34 -0700212 <category android:name="android.intent.category.DEFAULT" />
Daria Evdokimova5f594532015-05-26 18:49:34 -0700213 </intent-filter>
214 </activity>
Patrick Scottd776e512009-06-26 14:52:56 -0400215
The Android Open Source Project5fedae02009-03-03 19:32:15 -0800216 <receiver android:name="AlarmInitReceiver">
217 <intent-filter>
218 <action android:name="android.intent.action.BOOT_COMPLETED" />
219 <action android:name="android.intent.action.TIME_SET" />
220 <action android:name="android.intent.action.TIMEZONE_CHANGED" />
Eric Fischer7468e212009-12-10 14:19:09 -0800221 <action android:name="android.intent.action.LOCALE_CHANGED" />
The Android Open Source Project5fedae02009-03-03 19:32:15 -0800222 </intent-filter>
223 </receiver>
224
Patrick Scott6b4ab262010-03-04 16:39:09 -0500225 <receiver android:name="com.android.alarmclock.AnalogAppWidgetProvider" android:label="@string/analog_gadget"
Isaac Katzenelson70486252012-10-24 14:23:59 -0700226 android:icon="@mipmap/ic_launcher_alarmclock">
The Android Open Source Project5fedae02009-03-03 19:32:15 -0800227 <intent-filter>
The Android Open Source Projectbcdf0e32009-03-11 12:11:58 -0700228 <action android:name="android.appwidget.action.APPWIDGET_UPDATE" />
The Android Open Source Project5fedae02009-03-03 19:32:15 -0800229 </intent-filter>
Romain Guy47a25c52010-03-11 18:14:58 -0800230 <meta-data android:name="android.appwidget.oldName" android:value="com.android.deskclock.AnalogAppWidgetProvider" />
The Android Open Source Projectbcdf0e32009-03-11 12:11:58 -0700231 <meta-data android:name="android.appwidget.provider" android:resource="@xml/analog_appwidget" />
The Android Open Source Project5fedae02009-03-03 19:32:15 -0800232 </receiver>
Daniel Sandlerc57490d2011-05-05 16:51:08 -0400233
Isaac Katzenelson70486252012-10-24 14:23:59 -0700234 <receiver android:name="com.android.alarmclock.DigitalAppWidgetProvider" android:label="@string/digital_gadget"
235 android:icon="@mipmap/ic_launcher_alarmclock">
236 <intent-filter>
237 <action android:name="android.appwidget.action.APPWIDGET_UPDATE" />
Robyn Coultas3bb9d292013-09-13 22:39:08 -0700238 <action android:name="com.android.deskclock.ON_QUARTER_HOUR" />
239 <action android:name="android.intent.action.DATE_CHANGED" />
240 <action android:name="android.intent.action.TIMEZONE_CHANGED" />
241 <action android:name="android.intent.action.SCREEN_ON" />
242 <action android:name="android.intent.action.TIME_SET" />
243 <action android:name="android.intent.action.LOCALE_CHANGED" />
Adrian Roosc0743272014-07-09 17:45:04 +0200244 <action android:name="android.app.action.NEXT_ALARM_CLOCK_CHANGED" />
Robyn Coultas3bb9d292013-09-13 22:39:08 -0700245 <action android:name="com.android.deskclock.worldclock.update" />
Isaac Katzenelson70486252012-10-24 14:23:59 -0700246 </intent-filter>
247 <meta-data android:name="android.appwidget.provider" android:resource="@xml/digital_appwidget" />
248 </receiver>
249
250 <service android:name="com.android.alarmclock.DigitalAppWidgetService"
251 android:permission="android.permission.BIND_REMOTEVIEWS"
252 android:exported="false" />
253
254 <receiver android:name="com.android.alarmclock.DigitalWidgetViewsFactory"
255 android:exported="false" />
256
Daniel Sandler8f873a22012-09-29 00:25:18 -0400257 <!-- Dream (screensaver) implementation -->
John Spurlock90dc1362012-07-31 08:26:46 -0400258 <service android:name="Screensaver"
259 android:exported="true"
Budi Kusmiantoroc913ae62014-09-24 18:31:20 -0700260 android:label="@string/app_label"
261 android:permission="android.permission.BIND_DREAM_SERVICE">
Daniel Sandlerc57490d2011-05-05 16:51:08 -0400262 <intent-filter>
Daniel Sandler17b4ca42012-09-28 23:07:53 -0400263 <action android:name="android.service.dreams.DreamService" />
Adrian Roosc0743272014-07-09 17:45:04 +0200264 <action android:name="android.app.action.NEXT_ALARM_CLOCK_CHANGED" />
Daniel Sandlerc57490d2011-05-05 16:51:08 -0400265 <category android:name="android.intent.category.DEFAULT" />
Daniel Sandlerc57490d2011-05-05 16:51:08 -0400266 </intent-filter>
Daniel Sandler8f873a22012-09-29 00:25:18 -0400267 <meta-data
268 android:name="android.service.dream"
269 android:resource="@xml/dream_info" />
John Spurlock90dc1362012-07-31 08:26:46 -0400270 </service>
Isaac Katzenelsondfb182f2012-09-17 14:54:45 -0700271
Daniel Sandler8f873a22012-09-29 00:25:18 -0400272 <!-- Settings activity for screensaver -->
273 <activity android:name=".ScreensaverSettingsActivity"
274 android:label="@string/screensaver_settings"
Budi Kusmiantoro7922ca92015-02-12 19:44:02 -0800275 android:theme="@style/SettingsTheme"
Daniel Sandler8f873a22012-09-29 00:25:18 -0400276 android:taskAffinity=""
277 android:excludeFromRecents="true"
278 android:exported="true"
279 >
280 <intent-filter>
281 <action android:name="android.intent.action.MAIN" />
282 </intent-filter>
283 </activity>
284
Daria Evdokimovae6f73542015-06-12 17:12:23 -0700285 <activity
286 android:name=".AlarmSelectionActivity"
287 android:label="@string/dismiss_alarm"
288 android:theme="@android:style/Theme.Holo.Light.Dialog.NoActionBar"/>
289
Robyn Coultas733afe52012-09-30 12:58:21 -0700290 <!-- This activity is basically like the TimerFragment in DeskClock
291 but only during lock screen
Daria Evdokimova5f594532015-05-26 18:49:34 -0700292 so that it only has the fired timers -->
Robyn Coultas733afe52012-09-30 12:58:21 -0700293 <activity android:name="com.android.deskclock.timer.TimerAlertFullScreen"
294 android:excludeFromRecents="true"
rachelzhangd50ff472014-09-08 14:50:14 -0700295 android:theme="@style/TimerAlertFullScreenTheme"
Robyn Coultas733afe52012-09-30 12:58:21 -0700296 android:launchMode="singleInstance"
Isaac Katzenelsonb0944b82012-10-23 17:05:59 -0700297 android:showOnLockScreen="true"
Robyn Coultas98b2b052012-10-11 17:21:19 -0700298 android:taskAffinity=""
Budi Kusmiantorobdf9d892015-02-20 15:26:12 -0800299 android:configChanges="screenSize|keyboardHidden|keyboard|navigation"/>
Robyn Coultas733afe52012-09-30 12:58:21 -0700300
Isaac Katzenelson5cacdd02012-09-24 21:12:09 -0700301 <service android:name="TimerRingService"
302 android:exported="false"
303 android:description="@string/timer_ring_service_desc">
304 <intent-filter>
305 <action android:name="com.android.deskclock.TIMER_ALERT" />
306 </intent-filter>
307 </service>
308
Isaac Katzenelsondfb182f2012-09-17 14:54:45 -0700309 <receiver android:name="com.android.deskclock.timer.TimerReceiver"
310 android:exported="false">
311 <intent-filter>
312 <action android:name="start_timer" />
James Lemieuxad3570c2015-06-05 17:13:35 -0700313 <action android:name="stop_timer" />
Isaac Katzenelsondfb182f2012-09-17 14:54:45 -0700314 <action android:name="delete_timer" />
James Lemieuxad3570c2015-06-05 17:13:35 -0700315 <action android:name="reset_timer" />
Isaac Katzenelsondfb182f2012-09-17 14:54:45 -0700316 <action android:name="times_up" />
Isaac Katzenelsondfb182f2012-09-17 14:54:45 -0700317 <action android:name="timer_done" />
318 <action android:name="timer_update" />
Sam Blitzsteinb6a815a2012-09-27 17:11:00 -0700319 <action android:name="notif_in_use_show" />
320 <action android:name="notif_in_use_cancel" />
Robyn Coultase332c572012-11-26 15:31:09 -0800321 <action android:name="notif_times_up_stop" />
322 <action android:name="notif_times_up_plus_one" />
323 <action android:name="notif_times_up_show" />
324 <action android:name="notif_times_up_cancel" />
Isaac Katzenelsondfb182f2012-09-17 14:54:45 -0700325 </intent-filter>
326 </receiver>
Sam Blitzstein287f2d82012-09-26 11:15:06 -0700327
328 <service android:name="com.android.deskclock.stopwatch.StopwatchService"
329 android:exported="false"
330 android:description="@string/stopwatch_service_desc">
331 <intent-filter>
332 <action android:name="start_stopwatch" />
333 <action android:name="lap_stopwatch" />
334 <action android:name="stop_stopwatch" />
335 <action android:name="reset_stopwatch" />
336 <action android:name="share_stopwatch" />
337 </intent-filter>
338 </service>
The Android Open Source Project5fedae02009-03-03 19:32:15 -0800339 </application>
340</manifest>