diff options
| author | Sudheer Shanka <sudheersai@google.com> | 2020-01-29 21:12:55 +0000 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2020-01-29 21:12:55 +0000 |
| commit | 5257270180c09cb5dc2b542ca6ff88fc6ba393f2 (patch) | |
| tree | e24b88d34227874d64efc401ffe923ff90d82e7b /core/java/android/content/Context.java | |
| parent | 4d95751e7a5548640feda22e500fe23083076c24 (diff) | |
| parent | f56f7589bf0e7db3fc5de89aed80779ed6534994 (diff) | |
Merge "Make Context.BLOB_STORE_SERVICE public."
Diffstat (limited to 'core/java/android/content/Context.java')
| -rw-r--r-- | core/java/android/content/Context.java | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/core/java/android/content/Context.java b/core/java/android/content/Context.java index a0d5c108869e..dfa4fb79ef2d 100644 --- a/core/java/android/content/Context.java +++ b/core/java/android/content/Context.java @@ -5064,11 +5064,7 @@ public abstract class Context { * * @see #getSystemService(String) * @see android.app.blob.BlobStoreManager - * - * TODO: make this public once BlobStoreManager is ready. - * @hide */ - @TestApi public static final String BLOB_STORE_SERVICE = "blob_store"; /** |
