Merge "Add @hide to Context.APP_SEARCH_SERVICE"

This commit is contained in:
Terry Wang
2020-02-13 22:50:17 +00:00
committed by Android (Google) Code Review
2 changed files with 3 additions and 3 deletions

View File

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

View File

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