Skip to content

Add Play Protect troubleshooting to install instructions#9

Open
undisputedP wants to merge 1 commit into
mainfrom
claude/install-troubleshooting
Open

Add Play Protect troubleshooting to install instructions#9
undisputedP wants to merge 1 commit into
mainfrom
claude/install-troubleshooting

Conversation

@undisputedP
Copy link
Copy Markdown
Owner

Documents the Play Protect workarounds so users hit by the warning don't give up. No code change — README only.

Covers, in priority order:

  • "Install anyway" via the warning dialog (works most of the time)
  • Temporary Play Protect disable (for harder cases)
  • `adb install` (cleanest for power users)
  • Obtainium (best long-term answer for GitHub-release auto-updates)
  • F-Droid (the structurally correct future answer)

Plus a short "why does this happen" explanation: VpnService + AccessibilityService + unknown signer is exactly Play Protect's heuristic, and the permissions are doing what's described in How it works.

Several users have hit Google Play Protect blocking the install. This
isn't something we can fix from the app side — the combination of
VpnService + AccessibilityService + an unknown signer is exactly the
fingerprint Play Protect flags by default. Document the workarounds
prominently so users find them before giving up:

- "Install anyway" — covers ~80% of cases
- Temporarily toggle off Play Protect — covers the rest
- adb install — cleanest path for power users
- Obtainium — best long-term answer for users who want auto-updates
  from GitHub releases without going through Play Protect each time
- F-Droid — the structurally correct long-term answer (a trusted
  FOSS source bypasses Play Protect entirely); flagged as
  "submission in progress" since that's a real future task

Also added a short "Why does Play Protect flag this?" subsection
explaining the legitimate reasons we ask for the two permissions.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant