Merge "Enable using prediction manager for sharesheet." into qt-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
ba3a49b0b6
@@ -153,8 +153,8 @@ public class ChooserActivity extends ResolverActivity {
|
||||
* {@link AppPredictionManager} will be queried for direct share targets.
|
||||
*/
|
||||
// TODO(b/123089490): Replace with system flag
|
||||
private static final boolean USE_PREDICTION_MANAGER_FOR_DIRECT_TARGETS = false;
|
||||
private static final boolean USE_PREDICTION_MANAGER_FOR_SHARE_ACTIVITIES = false;
|
||||
private static final boolean USE_PREDICTION_MANAGER_FOR_DIRECT_TARGETS = true;
|
||||
private static final boolean USE_PREDICTION_MANAGER_FOR_SHARE_ACTIVITIES = true;
|
||||
// TODO(b/123088566) Share these in a better way.
|
||||
private static final String APP_PREDICTION_SHARE_UI_SURFACE = "share";
|
||||
public static final String LAUNCH_LOCATON_DIRECT_SHARE = "direct_share";
|
||||
|
||||
Reference in New Issue
Block a user