Sebastian Kaspari

Results 96 comments of Sebastian Kaspari

I've been testing the WebView sample on an emulator (API 26) and a Pixel XL with 8.1.0 beta. In both cases I do not get any autofill suggestions inside the...

* Search in settings for "WebView implementation". Verify the version is 62 as you said. Yeah, it's 62. I also tried 63 (Beta) and 64 (Dev). * Make sure you're...

Thanks! With the sample service I can get the form inside the WebView filled with "fake autofill data". It does not save any new data I enter though (might not...

Do we need this if service is sticky?

This might require a custom layout (or maybe we draw it on top of the background..)

We wouldn't do this without a setting - I guess. So I added the "needs strings" label.

@bbinto We do not do any Cookie blocking based on the Disconnect lists directly. We block all **requests to URLs** that are listed in the Disconnect lists - unless the...

Removing the app should have triggered `SessionNotificationService.onTaskRemoved()` which should stop the notification 🤔