diff options
| author | Felipe Leme <felipeal@google.com> | 2019-05-23 13:32:40 -0700 |
|---|---|---|
| committer | Felipe Leme <felipeal@google.com> | 2019-05-23 13:36:26 -0700 |
| commit | a7e4ca6a4227ff50c034b062ca8c1cfff61f809d (patch) | |
| tree | 7fc3fef3de65b6f57991f6aba4a70afb72194d89 /core/java | |
| parent | f36fee3cf764838aa8b1f59142e82049e4cbacb1 (diff) | |
Made Context.CONTENT_CAPTURE_MANAGER_SERVICE visible for tests.
Test: m update-api
Fixes: 133438104
Change-Id: I5d10acdd79d1460736eaface8f6fc5b5014a1560
Diffstat (limited to 'core/java')
| -rw-r--r-- | core/java/android/content/Context.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/java/android/content/Context.java b/core/java/android/content/Context.java index 654e698c0d62..941eda8bcf1f 100644 --- a/core/java/android/content/Context.java +++ b/core/java/android/content/Context.java @@ -4090,6 +4090,7 @@ public abstract class Context { * @hide * @see #getSystemService(String) */ + @TestApi public static final String CONTENT_CAPTURE_MANAGER_SERVICE = "content_capture"; /** |
