Skip to content
Snippets Groups Projects
Commit 73c8cfce authored by David Christie's avatar David Christie Committed by Android (Google) Code Review
Browse files

Merge "Increase timeout on marking a location provider as disabled" into main

parents e394d7d4 aeb9ab5f
No related branches found
No related tags found
No related merge requests found
......@@ -59,7 +59,7 @@ public class ProxyLocationProvider extends AbstractLocationProvider implements
private static final String EXTRA_LOCATION_TAGS = "android:location_allow_listed_tags";
private static final String LOCATION_TAGS_SEPARATOR = ";";
private static final long RESET_DELAY_MS = 1000;
private static final long RESET_DELAY_MS = 10000;
/**
* Creates and registers this proxy. If no suitable service is available for the proxy, returns
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment