You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by mr...@apache.org on 2014/05/08 15:01:26 UTC

git commit: Removed invalid note from CB-5398

Repository: cordova-plugin-camera
Updated Branches:
  refs/heads/master 0c9de56da -> 30a75e3fa


Removed invalid note from CB-5398


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/commit/30a75e3f
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/tree/30a75e3f
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/diff/30a75e3f

Branch: refs/heads/master
Commit: 30a75e3fa7d139ce9961b84066293770746d2549
Parents: 0c9de56
Author: mbillau <mi...@gmail.com>
Authored: Thu May 8 09:00:37 2014 -0400
Committer: mbillau <mi...@gmail.com>
Committed: Thu May 8 09:00:37 2014 -0400

----------------------------------------------------------------------
 doc/index.md | 7 -------
 1 file changed, 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/blob/30a75e3f/doc/index.md
----------------------------------------------------------------------
diff --git a/doc/index.md b/doc/index.md
index edd881f..9b38348 100644
--- a/doc/index.md
+++ b/doc/index.md
@@ -92,13 +92,6 @@ scenario, the image may not appear when the cordova activity is restored.
 
 ### Android Quirks
 
-*Android 4.4 only*: Android 4.4 introduced a new [Storage Access Framework](https://developer.android.com/guide/topics/providers/document-provider.html) that makes it 
-easier for users to browse and open documents across all of their preferred document storage providers.
-Cordova has not yet been fully integrated with this new Storage Access Framework. Because of this, the `getPicture()`
-method will not correctly return pictures when the user selects from the "Recent", "Drive", "Images", or "External
-Storage" folders when the `destinationType` is `FILE_URI`. However, the user will be able to correctly select any pictures
-if they go through the "Gallery" app first. Potential workarounds for this issue are documented on [this StackOverflow question](http://stackoverflow.com/questions/19834842/android-gallery-on-kitkat-returns-different-uri-for-intent-action-get-content/20177611). Please see [CB-5398](https://issues.apache.org/jira/browse/CB-5398) to track this issue. 
-
 Android uses intents to launch the camera activity on the device to capture
 images, and on phones with low memory, the Cordova activity may be killed.  In this
 scenario, the image may not appear when the Cordova activity is restored.