rrg78ecc Hello, I do no seem to find information about the config apk that vanadium comes with when building the browser/webview/library. To my understanding looking at how it behaves and compiles, it seems to be some sort of domain blocker. Does it have an activity which I can launch or is it purely a background process? Does it really not use any permissions like the application info suggests under app settings? Thank you
GrapheneOS rrg78ecc Neither VanadiumConfig or GmsCompatConfig include any code. They have android:hasCode="false" set in the manifest which means it has no code. They're used to ship configuration data. For Vanadium Config, it includes both feature flags and the content filter lists used by Vanadium which are EasyList + EasyPrivacy for the main list and EasyList Germany as a supplemental list enabled when the German language is enabled with the plan to add more. If you don't have it or it isn't signed with the key configured for the Vanadium build, Vanadium will fall back to the standard Chromium content filter lists.
GrapheneOS The part of the building process where you run gclient to fetch additional code, etc. downloads the latest content filters. You can see what it fetches as untracked files you run git status. The standard stuff gclient fetches is marked ignored so those don't show up.
rrg78ecc Sorry for late response, I did not get a email from this. I will continue to use just trichrome library, webview, and browser due to a minimal browser setup. Thank you for offering this solution aswell.