include brave's AndroidManifest.xml to be extensible

This commit is contained in:
Jocelyn Liu
2019-10-17 16:10:35 -07:00
parent 8f252d2ea9
commit 151bbd4635
4 changed files with 41 additions and 13 deletions
+6
View File
@@ -0,0 +1,6 @@
<receiver android:name="org.chromium.chrome.browser.notifications.BraveSetDefaultBrowserNotificationService"
android:exported="false">
<intent-filter>
<action android:name="DEEP_LINK"/>
</intent-filter>
</receiver>