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
Remove official support for tablet models on Android that have a pattern of poor Play Store reviews (crashes, performance issues, unusable UI, etc.), to protect the app's overall Play Store rating and reduce support burden from devices we can't realistically optimize for.
Pull Play Store review data (ratings + device model, if available via Play Console) to identify tablet models with disproportionately negative reviews.
Cross-reference with crash/performance telemetry (Sentry, Metabase) for those models.
Decide on enforcement mechanism: Play Store device exclusion list (via <compatible-screens> / <supports-screens> in the manifest, or Play Console's device catalog exclusion) vs. in-app "unsupported device" modal (reusing the below-minspec pattern from Design and implement 'Below Minspec' modal for devices below iPhone 13/SE 2023 #1801).
Document the excluded model list and rationale.
Acceptance Criteria
List of bad-reviewed tablet models identified from Play Store data
Decision made on exclusion mechanism (store-level vs in-app gating)
Excluded models no longer able to install/run the app from Play Store (or are gated with a clear unsupported-device message)
Issue Description
Remove official support for tablet models on Android that have a pattern of poor Play Store reviews (crashes, performance issues, unusable UI, etc.), to protect the app's overall Play Store rating and reduce support burden from devices we can't realistically optimize for.
Related Context
Proposed Approach
<compatible-screens>/<supports-screens>in the manifest, or Play Console's device catalog exclusion) vs. in-app "unsupported device" modal (reusing the below-minspec pattern from Design and implement 'Below Minspec' modal for devices below iPhone 13/SE 2023 #1801).Acceptance Criteria
Requested by Rodri via Slack