You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Commands such as weather and calculate rely on intent categories to search for user apps of those types. Unfortunately, not all such apps properly label themselves (I've yet to find a weather app that uses CATEGORY_APP_WEATHER). When this happens, the user should be able to manually override.
Especially in the case where "no ____ app found for your device," you should be presented with a dialog along the lines of "Doesn't look right?" from which you could select from your apps which ones to count as an app of that category. You should also be able to select default apps for these commands, and this would also resolve the issue where the weather command isn't supported for Android <13 (you could just identify the weather apps yourself).
The text was updated successfully, but these errors were encountered:
Commands such as weather and calculate rely on intent categories to search for user apps of those types. Unfortunately, not all such apps properly label themselves (I've yet to find a weather app that uses CATEGORY_APP_WEATHER). When this happens, the user should be able to manually override.
Especially in the case where "no ____ app found for your device," you should be presented with a dialog along the lines of "Doesn't look right?" from which you could select from your apps which ones to count as an app of that category. You should also be able to select default apps for these commands, and this would also resolve the issue where the weather command isn't supported for Android <13 (you could just identify the weather apps yourself).
The text was updated successfully, but these errors were encountered: