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

This commit is contained in:
TreeHugger Robot
2017-10-02 20:40:37 +00:00
committed by Android (Google) Code Review

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;