Files
brave-core/android/java/AndroidManifest.xml
T

7 lines
237 B
XML

<receiver android:name="org.chromium.chrome.browser.notifications.BraveSetDefaultBrowserNotificationService"
android:exported="false">
<intent-filter>
<action android:name="DEEP_LINK"/>
</intent-filter>
</receiver>