Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4c6d7c26 authored by Daniel Sandler's avatar Daniel Sandler
Browse files

Supply a description for the AlarmKlaxon service.

Change-Id: Ifc3d8b33be201c7336b66d78f4e6f82c01e0b301
parent b60cd1a6
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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>
+2 −0
Original line number Diff line number Diff line
@@ -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>