Add a @TargetApi annotation to SelectFileDialog.onIntentCompleted.
commit229a8308a5ad5f3ec6c2585fabcdb5f23342c303
authorpeter@chromium.org <peter@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Thu, 7 Aug 2014 16:30:06 +0000 (7 16:30 +0000)
committerpeter@chromium.org <peter@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Thu, 7 Aug 2014 16:30:06 +0000 (7 16:30 +0000)
tree7f50527a1180f86e740e005ece956c8fac5f84a3
parent8300ac083586a0405fa980ee78da36e114f96a0d
Add a @TargetApi annotation to SelectFileDialog.onIntentCompleted.

The Intent.getClipData() method is only available in JellyBean MR2 and
higher. The code does a correct version check, but the lint checker is
not satisfied with this check.

BUG=401333,348912

Review URL: https://codereview.chromium.org/447253002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288074 0039d316-1c4b-4281-b951-d872f2087c98
ui/android/java/src/org/chromium/ui/base/SelectFileDialog.java