Вот код, который я использую для запуска браузера:
Код: Выделить всё
val customTabsIntent = CustomTabsIntent.Builder().build()
customTabsIntent.launchUrl(this, Uri.parse(loginUrl))
< /code>
И это код, который я пытался очистить файлы cookie: < /p>
val cookieManager = CookieManager.getInstance()
cookieManager.removeAllCookies(null)
cookieManager.flush()
Подробнее здесь: https://stackoverflow.com/questions/793 ... tabsintent