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

Commit 7662eb3b authored by Romain Hunault's avatar Romain Hunault 🚴🏻
Browse files

Use the new icon name

parent f3607f12
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -69,7 +69,7 @@
        <activity android:name="DeskClock"
                android:label="@string/app_label"
                android:theme="@style/DeskClockTheme"
                android:icon="@mipmap/ic_launcher_alarmclock"
                android:icon="@mipmap/ic_launcher"
                android:launchMode="singleTask">

            <intent-filter>
@@ -83,7 +83,7 @@
                android:targetActivity="DeskClock"
                android:label="@string/app_label"
                android:theme="@style/DeskClockTheme"
                android:icon="@mipmap/ic_launcher_alarmclock"
                android:icon="@mipmap/ic_launcher"
                android:launchMode="singleTask"
                android:enabled="@bool/config_dockAppEnabled"
                >
@@ -270,7 +270,7 @@

        <receiver
            android:name="com.android.alarmclock.AnalogAppWidgetProvider"
            android:icon="@mipmap/ic_launcher_alarmclock"
            android:icon="@mipmap/ic_launcher"
            android:label="@string/analog_gadget">
            <intent-filter>
                <action android:name="android.appwidget.action.APPWIDGET_UPDATE"/>
@@ -286,7 +286,7 @@

        <receiver
            android:name="com.android.alarmclock.DigitalAppWidgetProvider"
            android:icon="@mipmap/ic_launcher_alarmclock"
            android:icon="@mipmap/ic_launcher"
            android:label="@string/digital_gadget">
            <intent-filter>
                <action android:name="android.intent.action.TIME_SET"/>