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

Commit 1bc7be7f authored by Terry Wang's avatar Terry Wang Committed by Android (Google) Code Review
Browse files

Merge "Add @hide to Context.APP_SEARCH_SERVICE"

parents 4e21e319 e05730f8
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -10141,7 +10141,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
@@ -5098,10 +5098,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";