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

Commit 4f270f03 authored by George Hodulik's avatar George Hodulik
Browse files

Set Sharesheet to use AiAi for DirectShare targets.

This change is a no-op since no apps use DirectShare yet.

Test: Flashed recently, used test directshare apk and confirmed
      that the app prediction service returned the test apk targets.

Change-Id: Iee9ad25ab473b7752380b2e4f89100a281331f7f
parent 09446796
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -135,7 +135,7 @@ 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_DIRECT_TARGETS = 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";