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

Commit d48d77a8 authored by Patrick Scott's avatar Patrick Scott
Browse files

Make an alias for shortcuts that are pre-deskclock.

Bug: 2570142
Change-Id: I093b48f5b1baf50341f9fcb03516e127ae3057ac
parent 9654c843
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -41,11 +41,11 @@
                android:taskAffinity=""
                android:excludeFromRecents="true"
                android:configChanges="orientation|keyboardHidden|keyboard|navigation"
                >
            <intent-filter>
                <action android:name="android.intent.action.MAIN" />
            </intent-filter>
        </activity>
                android:exported="true" />

        <activity-alias android:name="com.android.alarmclock.AlarmClock"
                android:targetActivity="com.android.deskclock.AlarmClock"
                android:exported="true" />

        <activity android:name="SettingsActivity"
                android:label="@string/settings"