Last active
June 25, 2016 09:47
-
-
Save leapar/19f851e446850d1341d542fa32baa9bc to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Map<String, String> headers = new HashMap<String, String>(); | |
headers.put("headers", "User-Agent: okhttp/2.5.0"); | |
setVideoURI(Uri.parse(path),headers); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment