[Internal] Migrate Age Signals integration to SDK 0.0.4 - #16376
Draft
JorgeMucientes wants to merge 2 commits into
Draft
[Internal] Migrate Age Signals integration to SDK 0.0.4#16376JorgeMucientes wants to merge 2 commits into
JorgeMucientes wants to merge 2 commits into
Conversation
Collaborator
Generated by 🚫 Danger |
Collaborator
Project dependencies changeslist! Upgraded Dependencies
com.google.android.play:age-signals:0.0.4, (changed from 0.0.3)tree-\--- com.google.android.play:age-signals:0.0.3
+\--- com.google.android.play:age-signals:0.0.4 |
Collaborator
Project manifest changes for WooCommerceThe following changes in the --- ./build/reports/diff_manifest/WooCommerce/vanillaRelease/base_manifest.txt 2026-08-06 09:26:04.329680761 +0000
+++ ./build/reports/diff_manifest/WooCommerce/vanillaRelease/head_manifest.txt 2026-08-06 09:26:07.436996534 +0000
@@ -659,6 +659,11 @@
android:name="com.google.android.gms.common.api.GoogleApiActivity"
android:exported="false"
android:theme="@android:style/Theme.Translucent.NoTitleBar" />
+ <activity
+ android:name="com.google.android.play.agesignals.AgeSharingConsentWrapperActivity"
+ android:exported="false"
+ android:stateNotNeeded="true"
+ android:theme="@style/Theme.Play.AgeSignals.Transparent" />
<service
android:name="androidx.work.impl.background.systemjob.SystemJobService"Go to https://buildkite.com/automattic/woocommerce-android/builds/41256/canvas?sid=019fd662-e2ba-466e-964c-85500d2b975a, click on the |
Collaborator
|
|
1 task
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-3767
Description
Activates the two-stage Play Age Signals SDK 0.0.4 integration behind the existing feature flag.
AgeSignalsManagerbehind the app-ownedAgeSignalsClientboundary.requestAgeSignalsAccess()and callscheckAgeSignals()only forSHARED.userStatushandling.FakeAgeSignalsManagerplus explicit stage, gating, mapping, and retry coverage.Stack: #16374 ← #16375 ← this PR. Merge bottom-up only after this activation layer is approved.
Test Steps
NOT_SHAREDand confirm Woo stays usable and no second-stage request is made.VERIFICATION_REQUIRED, open Google Play, return, and confirm one automatic retry without logout.Images/gif
No visual changes in this stack layer; the verification UI is provided by #16375.