Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

tributealx

About

Username
tributealx
Joined
Visits
0
Last Active
Roles
Member
Posts
2

Comments

  • From google's source code  : goo.gl/fl9xWp     private static boolean availableMimeTypeForExternalSource(String mimeType) {         if (mimeType == MEDIA_MIMETYPE_TEXT_SUBRIP) {             return true;         }         return false;     } So it …