Catch named intent to launch history

Test: manual
Bug: 137396965
Change-Id: I8d076b72dd9b74a9d9cb482113f5638203bd462d
This commit is contained in:
Julia Reynolds
2020-02-11 14:09:42 -05:00
parent 5a5ca79af4
commit 49880c3faf

View File

@@ -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" />