Allow logging in using Firefox.

This commit is contained in:
Docile-Alligator
2026-05-22 20:02:19 -04:00
parent ff3331cf5c
commit e1e03c4928

View File

@ -6,6 +6,6 @@ import androidx.browser.customtabs.CustomTabsClient
fun getChromeCustomTabPackageName(context: Context): String? {
return CustomTabsClient.getPackageName(
context, listOf("com.android.chrome", "com.chrome.beta", "com.chrome.dev", "com.chrome.canary", "org.mozilla.focus"), true
context, listOf("com.android.chrome", "com.chrome.beta", "com.chrome.dev", "com.chrome.canary", "org.mozilla.firefox", "org.mozilla.focus"), true
)
}