Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit aac64bf7 authored by Felipe Leme's avatar Felipe Leme Committed by android-build-merger
Browse files

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

am: d4c6582a

* commit 'd4c6582a':
  Whitelisted ACTION_OPEN_EXTERNAL_DIRECTORY to use file:// URIs.
parents 6b03ff2e d4c6582a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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: