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

Commit e3ceb627 authored by Matt Pietal's avatar Matt Pietal Committed by Automerger Merge Worker
Browse files

Merge "Sharesheet - Disable delegate" into rvc-dev am: a4614b0f

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/11814085

Change-Id: I2191a6fb0867a02233036fafc8a938661a3424da
parents 2d2884bc a4614b0f
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -40,8 +40,10 @@ import java.util.List;
 * resolve it to an activity.
 */
public class DisplayResolveInfo implements TargetInfo {
    // Temporary flag for new chooser delegate behavior.
    private static final boolean ENABLE_CHOOSER_DELEGATE = true;
    // Temporary flag for new chooser delegate behavior. There are occassional token
    // permission errors from bouncing through the delegate. Watch out before reenabling:
    // b/157272342 is one example but this issue has been reported many times
    private static final boolean ENABLE_CHOOSER_DELEGATE = false;

    private final ResolveInfo mResolveInfo;
    private CharSequence mDisplayLabel;