Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

Commit 2cc1f10

Browse files
Anlu WangAnlu Wang
authored andcommitted
Add comments and sane settings for new options
1 parent 695049b commit 2cc1f10

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

AndroidManifest.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,19 @@
6767
<meta-data android:name="com.mixpanel.android.MPConfig.AutoShowMixpanelUpdates"
6868
android:value="false" />
6969

70+
<!-- If you wish to test receiving surveys or notifications multiple times, the following option
71+
will prevent tracking that a survey or notification has been displayed to Mixpanel.
72+
This will allow you to tweak your surveys or in app notifications without having to create
73+
a new one each time. -->
74+
<meta-data android:name="com.mixpanel.android.MPConfig.TestMode"
75+
android:value="true" />
76+
77+
<!-- This will enable various debugging messages that shows communication between the Mixpanel
78+
Android library and the Mixpanel API servers, which are useful for seeing when track requests
79+
go out and when surveys and notifications are received. -->
80+
<meta-data android:name="com.mixpanel.android.MPConfig.EnableDebugLogging"
81+
android:value="true" />
82+
7083
<activity
7184
android:name=".MainActivity"
7285
android:label="@string/title_activity_main" >

0 commit comments

Comments
 (0)