Skip to content

Commit e5c980b

Browse files
Atharva8168claude
andcommitted
fix(sample): set automatic flavor push flags to true (MAGE-886)
The automatic flavor manifest had both automatic_push_tracking and automatic_token_forwarding at false, so automaticDebug behaved like the manual flavor despite the Option A docs. Restore both to true to match the intended automatic integration and the sample/PR documentation. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 9b050a4 commit e5c980b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

sample/src/automatic/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
<application>
1818
<meta-data
1919
android:name="com.klaviyo.push.automatic_push_tracking"
20-
android:value="false" />
20+
android:value="true" />
2121
<meta-data
2222
android:name="com.klaviyo.push.automatic_token_forwarding"
23-
android:value="false" />
23+
android:value="true" />
2424
</application>
2525

2626
</manifest>

0 commit comments

Comments
 (0)