Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cbe87541 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

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

parents dbd11d6c 3f23dfc6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;