You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Chromium-dev
I tried https://testsafebrowsing.appspot.com/ and the examples aren't blocked even with api keys set that work on desktop. Is there anything special I need to do since it seems it works for third party browsers like brave.
Daniel Rubery
unread,
Jul 8, 2025, 1:02:34 PMJul 8
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Chromium-dev, Mitchell
By default, Android uses a different implementation of the Safe Browsing database: RemoteSafeBrowsingDatabaseManager instead of V4LocalDatabaseManager. That implementation depends on GMS so that multiple Android apps can share one set of Safe Browsing lists, and unfortunately has some Google-internal code involved. You'll need to provide your own implementation of SafeBrowsingApiHandler to replace the internal code.