Use correct intent to launch Kagi search app (#5800)

This commit is contained in:
Víctor
2025-09-06 05:37:58 +02:00
committed by GitHub
parent 0f9bee0bef
commit 1505e288d9

View File

@@ -14,6 +14,8 @@ data object Kagi : QsbSearchProvider(
themedIcon = R.drawable.ic_kagi_tinted,
themingMethod = ThemingMethod.TINT,
packageName = "com.kagi.search",
className = "com.kagi.search.HomeActivity",
action = "WIDGET_SEARCH_TEXT",
website = "https://kagi.com",
type = QsbSearchProviderType.APP_AND_WEBSITE,
sponsored = false,