diff --git a/FAQ.md b/FAQ.md index ece13e2a..d7714eae 100644 --- a/FAQ.md +++ b/FAQ.md @@ -71,3 +71,8 @@ when websites use the [Push API](https://w3c.github.io/push-api/); this will not ## Can PWAs be installed? PWAs are only supported as home shortcuts; WebAPKs will not work because they are generated server-side on googleapis.com (which is not allowed in Bromite). + +## Does Bromite support the Android autofill framework? + +No; the only autofill available in Chromium browsers requires integration with cloud services. +Some apps use accessibility services as a workaround.