Skip to content

Align lockdown troubleshooting text with actual behaviour (#743) - #745

Merged
kasnder merged 1 commit into
masterfrom
claude/issue-743-resolution-hxxbxa
Aug 20, 2026
Merged

Align lockdown troubleshooting text with actual behaviour (#743)#745
kasnder merged 1 commit into
masterfrom
claude/issue-743-resolution-hxxbxa

Conversation

@kasnder

@kasnder kasnder commented Aug 20, 2026

Copy link
Copy Markdown
Member

Fixes the actionable half of #743 (part 2), and documents the decision on part 1.

  • troubleshooting_alwayson_desc no longer claims "A notification will appear if this is detected" — no such notification is posted anywhere, and on Android S+ the lockdown condition cannot be detected by non-system apps at all.
  • Removed the dead title_lockdown_enabled string (defined, never referenced). Only the source values/strings.xml is touched; Crowdin sync will drop the stale translations.
  • Extended the comment on the SDK_INT < S guard in ActivityMain to record that the missing S+ enable-time check is deliberate, with onboarding and the troubleshooting page as the remaining coverage — so part 1 of Lockdown warning has an Android S+ blind spot, and the promised notification does not exist #743 can be closed as a decision rather than rediscovered.

Validation: XML well-formedness checked and no remaining title_lockdown_enabled references in app/src. No Android SDK is available in this environment, so compileGithubDebugJavaWithJavac could not be run — the Java change is a comment only.

🤖 Generated with Claude Code

https://claude.ai/code/session_01GTx9x5FNwfkVpNfJmWiqWT


Generated by Claude Code

Remove the promise of a lockdown-detection notification from
troubleshooting_alwayson_desc: no such notification is ever posted, and
on Android S+ the condition cannot be detected by non-system apps at all.

Drop the unreferenced title_lockdown_enabled string, and document in
ActivityMain that the enable-time lockdown check is deliberately limited
to pre-S devices, with onboarding and the troubleshooting page as the
only S+ coverage.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01GTx9x5FNwfkVpNfJmWiqWT
@kasnder
kasnder marked this pull request as ready for review August 20, 2026 22:08
@kasnder
kasnder merged commit 334c8d6 into master Aug 20, 2026
2 checks passed
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.

2 participants