I'm building a mobile browser app (both iOS and Android) with chromium and my client wants me to set his search engine as the default search engine for the browser. I'm building the projects using the iOS and Android guides found on this page:
https://www.chromium.org/developers/how-tos/get-the-code. I've searched a lot for a way to change the default search engine, but no luck so far. I mostly found solutions explaining how the user can change the search engine from settings one he starts the app, but that's not the goal. The goal is to have my client's search engine set by default from the beginning.
Any ideas or suggestions where in the source code I can add or change the default search engine?