Made Context.CONTENT_CAPTURE_MANAGER_SERVICE visible for tests.

Test: m update-api
Fixes: 133438104

Change-Id: I5d10acdd79d1460736eaface8f6fc5b5014a1560
This commit is contained in:
Felipe Leme
2019-05-23 13:32:40 -07:00
parent f36fee3cf7
commit a7e4ca6a42
2 changed files with 2 additions and 0 deletions

View File

@@ -645,6 +645,7 @@ package android.content {
method public void setAutofillOptions(@Nullable android.content.AutofillOptions);
method public void setContentCaptureOptions(@Nullable android.content.ContentCaptureOptions);
field public static final String BUGREPORT_SERVICE = "bugreport";
field public static final String CONTENT_CAPTURE_MANAGER_SERVICE = "content_capture";
field public static final String ROLLBACK_SERVICE = "rollback";
field public static final String STATUS_BAR_SERVICE = "statusbar";
field public static final String TEST_NETWORK_SERVICE = "test_network";

View File

@@ -4090,6 +4090,7 @@ public abstract class Context {
* @hide
* @see #getSystemService(String)
*/
@TestApi
public static final String CONTENT_CAPTURE_MANAGER_SERVICE = "content_capture";
/**