Merge "Add @hide to Context.APP_SEARCH_SERVICE"
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user