summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorJorim Jaggi <jjaggi@google.com>2015-08-17 11:41:51 -0700
committerJorim Jaggi <jjaggi@google.com>2015-08-17 18:45:22 +0000
commit9b70f44b2a773aa56db9b643ae98b287703c1bd1 (patch)
treefb73edc2bd3f2217b0846e19cd26a2a4149627d3 /core
parenta3fd27adcc655dd9566d72f290ac343704e8e4db (diff)
downloadframeworks_base-9b70f44b2a773aa56db9b643ae98b287703c1bd1.zip
frameworks_base-9b70f44b2a773aa56db9b643ae98b287703c1bd1.tar.gz
frameworks_base-9b70f44b2a773aa56db9b643ae98b287703c1bd1.tar.bz2
Fix documentation issue
Bug: 23038621 Change-Id: I230e09564b619868a4d22b2945c97180796ff4b1
Diffstat (limited to 'core')
-rw-r--r--core/java/android/provider/MediaStore.java3
1 files changed, 0 insertions, 3 deletions
diff --git a/core/java/android/provider/MediaStore.java b/core/java/android/provider/MediaStore.java
index 9babf43..48b3c1a 100644
--- a/core/java/android/provider/MediaStore.java
+++ b/core/java/android/provider/MediaStore.java
@@ -240,9 +240,6 @@ public final class MediaStore {
* An application implementing a prewarm service should do the absolute minimum amount of work
* to initialize the camera in order to reduce startup time in likely case that shortly after a
* camera launch intent would be sent.
- * <p>
- * If the camera launch intent gets fired shortly after, the service will be unbound
- * asynchronously, without receiving
*/
public static final String META_DATA_STILL_IMAGE_CAMERA_PREWARM_SERVICE =
"android.media.still_image_camera_preview_service";