Skip to content

Commit 27d3758

Browse files
authored
fix: default location listening to false (#407)
1 parent 7a8d1b4 commit 27d3758

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/amplitude/api/AmplitudeClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ public class AmplitudeClient {
134134
TrackingOptions appliedTrackingOptions = TrackingOptions.copyOf(inputTrackingOptions);
135135
JSONObject apiPropertiesTrackingOptions = appliedTrackingOptions.getApiPropertiesTrackingOptions();
136136
private boolean coppaControlEnabled = false;
137-
private boolean locationListening = true;
137+
private boolean locationListening = false;
138138
private EventExplorer eventExplorer;
139139
private Plan plan;
140140
private IdentifyInterceptor identifyInterceptor;

0 commit comments

Comments
 (0)