If I want to support the Chromium WebView, I set minimum required SDK to API 19: Android 4.4 (KitKat). Works fine.
But if I set the SDK to API 16 Android 4.1, I can support more devices via the old WebKit WebView.
My question is, if I set it to API 16, will users who are running Android 4.4+ see the Chromium WebView or will they be stuck with the old WebView?