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

Commit 9f7094e4 authored by Stanley Wang's avatar Stanley Wang Committed by Automerger Merge Worker
Browse files

Add new api for search pre-index am: 22d1cdb3

parents 24dd061b 22d1cdb3
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.
     */