[Internal] Add recoverable age verification gate - #16375
Draft
JorgeMucientes wants to merge 1 commit into
Draft
Conversation
Collaborator
Generated by 🚫 Danger |
Collaborator
|
|
| import androidx.compose.foundation.layout.padding | ||
| import androidx.compose.foundation.rememberScrollState | ||
| import androidx.compose.foundation.verticalScroll | ||
| import androidx.compose.material.MaterialTheme |
| import androidx.compose.foundation.rememberScrollState | ||
| import androidx.compose.foundation.verticalScroll | ||
| import androidx.compose.material.MaterialTheme | ||
| import androidx.compose.material.Surface |
| import androidx.compose.foundation.verticalScroll | ||
| import androidx.compose.material.MaterialTheme | ||
| import androidx.compose.material.Surface | ||
| import androidx.compose.material.Text |
| } | ||
| } | ||
|
|
||
| private fun playStoreIntent(url: String) = Intent(Intent.ACTION_VIEW, Uri.parse(url)) |
This was referenced Aug 6, 2026
Collaborator
|
Version |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Fixes WOOMOB-3766
Description
Adds the shared, recoverable UI for the
VerificationRequireddecision introduced in the first stack layer.market://URI and HTTPS fallback.Stack: #16374 ← this PR. The verification state remains dormant on SDK 0.0.3 and is activated by PR 3.
Test Steps
AgeVerificationRequiredScreenPreviewpreviews and inspect light mode, dark mode, and 1.5× font scale.VERIFICATION_REQUIREDand confirm the dialog blocks back/outside dismissal without logging out.VERIFICATION_REQUIREDor an error again and confirm the dialog remains; use Retry to initiate another manual attempt.Images/gif
Compose previews are included in
AgeVerificationRequiredDialogFragment.kt.