Merge "Lower watchdog timeout for ChooserTargetService responses" into oc-mr1-dev
am: cbe8754184
Change-Id: I96573018654de3cfccdae1be6ce01ae7749c5ffe
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user