Merge "Sharesheet - Disable delegate" into rvc-dev
This commit is contained in:
@@ -40,8 +40,10 @@ import java.util.List;
|
|||||||
* resolve it to an activity.
|
* resolve it to an activity.
|
||||||
*/
|
*/
|
||||||
public class DisplayResolveInfo implements TargetInfo {
|
public class DisplayResolveInfo implements TargetInfo {
|
||||||
// Temporary flag for new chooser delegate behavior.
|
// Temporary flag for new chooser delegate behavior. There are occassional token
|
||||||
private static final boolean ENABLE_CHOOSER_DELEGATE = true;
|
// 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 final ResolveInfo mResolveInfo;
|
||||||
private CharSequence mDisplayLabel;
|
private CharSequence mDisplayLabel;
|
||||||
|
|||||||
Reference in New Issue
Block a user