Does Android\'s MediaPlayer support SRT subtitles? I\'ve attempted to place the SRT file in the same directory as the video file and name it the same (with the exception of
Here is the awesome post on Subtitles support on Pre-Jellybean devices. Worked pretty well for me, indeed better than native support on 4.1.
Hope this helps.
Update:
I made a demo project in my blog for code reference