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

Commit 49880c3f authored by Julia Reynolds's avatar Julia Reynolds
Browse files

Catch named intent to launch history

Test: manual
Bug: 137396965
Change-Id: I8d076b72dd9b74a9d9cb482113f5638203bd462d
parent 5a5ca79a
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -1199,6 +1199,10 @@
        <activity
            android:name=".notification.history.NotificationHistoryActivity"
            android:label="@string/notification_history_title">
            <intent-filter android:priority="1">
                <action android:name="android.settings.NOTIFICATION_HISTORY" />
                <category android:name="android.intent.category.DEFAULT" />
            </intent-filter>
            <intent-filter>
                <action android:name="android.intent.action.MAIN" />
                <category android:name="android.intent.category.DEFAULT" />