Merge "Whitelisted ACTION_OPEN_EXTERNAL_DIRECTORY to use file:// URIs." into nyc-dev

am: d4c6582a60

* commit 'd4c6582a605d6b6ac03a56053c39c9c5b81266ee':
  Whitelisted ACTION_OPEN_EXTERNAL_DIRECTORY to use file:// URIs.
This commit is contained in:
Felipe Leme
2016-02-10 18:08:29 +00:00
committed by android-build-merger

View File

@@ -8941,6 +8941,7 @@ public class Intent implements Parcelable, Cloneable {
case ACTION_MEDIA_SCANNER_SCAN_FILE:
case ACTION_PACKAGE_NEEDS_VERIFICATION:
case ACTION_PACKAGE_VERIFIED:
case ACTION_OPEN_EXTERNAL_DIRECTORY: // TODO: temporary until bug 26742218 is fixed
// Ignore legacy actions
break;
default: