Add @hide to Context.APP_SEARCH_SERVICE

This change re-hide AppSearch in context and link AppSearchManager

Bug: 145592351
Test: Manual
Change-Id: I0fabc4ca97366e2746d895c3a18272ff9bd4e7b3
This commit is contained in:
Terry Wang
2020-01-22 16:37:19 -08:00
parent 712d610d05
commit e05730f8ba
2 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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";