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

Commit 2b8874fa authored by Stanley Wang's avatar Stanley Wang Committed by Android (Google) Code Review
Browse files

Merge "Add new api for search pre-index"

parents 380dc18c 1712d57a
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -71,6 +71,12 @@ public interface SearchFeatureProvider {
        return context.getString(R.string.config_settingsintelligence_package_name);
    }

    /**
     * Send the pre-index intent.
     */
    default void sendPreIndexIntent(Context context){
    }

    /**
     * Initializes the search toolbar.
     */