Loading AndroidManifest.xml +3 −1 Original line number Diff line number Diff line Loading @@ -91,7 +91,9 @@ intent. The service plays the alarm alert and vibrates the device. This allows the alert to continue playing even if another activity causes the AlarmAlert activity to pause. --> <service android:name="AlarmKlaxon"> <service android:name="AlarmKlaxon" android:description="@string/alarm_klaxon_service_desc" > <intent-filter> <action android:name="com.android.deskclock.ALARM_ALERT" /> </intent-filter> Loading res/values/strings.xml +2 −0 Original line number Diff line number Diff line Loading @@ -252,6 +252,8 @@ <string name="menu_item_dock_settings" msgid="9161438664257429372">Dock settings</string> <string name="alarm_klaxon_service_desc">Sound playback service for alarms set in DeskClock.</string> </resources> Loading
AndroidManifest.xml +3 −1 Original line number Diff line number Diff line Loading @@ -91,7 +91,9 @@ intent. The service plays the alarm alert and vibrates the device. This allows the alert to continue playing even if another activity causes the AlarmAlert activity to pause. --> <service android:name="AlarmKlaxon"> <service android:name="AlarmKlaxon" android:description="@string/alarm_klaxon_service_desc" > <intent-filter> <action android:name="com.android.deskclock.ALARM_ALERT" /> </intent-filter> Loading
res/values/strings.xml +2 −0 Original line number Diff line number Diff line Loading @@ -252,6 +252,8 @@ <string name="menu_item_dock_settings" msgid="9161438664257429372">Dock settings</string> <string name="alarm_klaxon_service_desc">Sound playback service for alarms set in DeskClock.</string> </resources>