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

Commit e05730f8 authored by Terry Wang's avatar Terry Wang
Browse files

Add @hide to Context.APP_SEARCH_SERVICE

This change re-hide AppSearch in context and link AppSearchManager

Bug: 145592351
Test: Manual
Change-Id: I0fabc4ca97366e2746d895c3a18272ff9bd4e7b3
parent 712d610d
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -10053,7 +10053,6 @@ package android.content {
    field public static final String ALARM_SERVICE = "alarm";
    field public static final String APPWIDGET_SERVICE = "appwidget";
    field public static final String APP_OPS_SERVICE = "appops";
    field public static final String APP_SEARCH_SERVICE = "app_search";
    field public static final String AUDIO_SERVICE = "audio";
    field public static final String BATTERY_SERVICE = "batterymanager";
    field public static final int BIND_ABOVE_CLIENT = 8; // 0x8
+3 −2
Original line number Diff line number Diff line
@@ -5073,10 +5073,11 @@ public abstract class Context {

    /**
     * Use with {@link #getSystemService(String)} to retrieve an
     * AppSearchManager for indexing and querying app data managed
     * by the system.
     * {@link android.app.appsearch.AppSearchManager} for
     * indexing and querying app data managed by the system.
     *
     * @see #getSystemService(String)
     * @hide
     */
    public static final String APP_SEARCH_SERVICE = "app_search";