Merge "Lower watchdog timeout for ChooserTargetService responses" into oc-mr1-dev

am: cbe8754184

Change-Id: I96573018654de3cfccdae1be6ce01ae7749c5ffe
This commit is contained in:
Adam Powell
2017-10-02 21:40:30 +00:00
committed by android-build-merger

View File

@@ -100,7 +100,7 @@ public class ChooserActivity extends ResolverActivity {
private static final boolean DEBUG = false;
private static final int QUERY_TARGET_SERVICE_LIMIT = 5;
private static final int WATCHDOG_TIMEOUT_MILLIS = 5000;
private static final int WATCHDOG_TIMEOUT_MILLIS = 2000;
private Bundle mReplacementExtras;
private IntentSender mChosenComponentSender;