Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix a lint issue with MediaResourceGetterTest.java.
Currently, the lint warns against using the hardcoded "sdcard" strings. We should use Environment.getExternalStorageDirectory().getPath() instead of it, but the path could be inconsistent depending upon the state of the real or emulated device upon which we are testing. So this CL adds @SuppressLint to suppress the warnings. BUG=327768 Review URL: https://codereview.chromium.org/304633003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274376 0039d316-1c4b-4281-b951-d872f2087c98
- Loading branch information