True Touch-Input-Disable Android App for Single-Tap Kid Handoff That Actually Freezes the Screen
A parent posted on r/AppIdeas asking for a real one-tap touch-disable on Android, claiming "there are NONE right now." iOS Guided Access freezes touch input completely with one shortcut; Android's built-in screen pinning prevents app-switching but does not disable touch within the app, so toddler hands still mash buttons inside YouTube Kids. The few legacy apps that claimed to do this (Touch Lock, Toddler Lock) are 5+ years stale and accessibility-API-fragile across modern Android versions.
This is genuinely a weekend project. Use AccessibilityService + LockTask. The trick is Play Store policy: Google has historically been weird about touch-blocker apps. Build it as an accessibility companion, document the legitimate use case in your store listing, and free-tier it forever — monetization, if any, is a one-time tip jar. The first decent app here will hit 1M downloads on word of mouth from r/Parenting alone.
landscape (4 existing solutions)
Android has the platform primitives (accessibility services + LockTask/screen-pinning hooks introduced in Android 12+) but no one has shipped a focused, free, Play-Store-policy-compliant app that simply does iOS Guided Access on Android in 2026. The only legacy entrant is bitrotting and the heavy suites are mismatched to the casual handoff.