Give a name for WebXDC
(cherry picked from commit 3219ef793f9163d708ffe4f4d7f404ae7ef29175)
This commit is contained in:
parent
19fb7e7eac
commit
54cc299657
1 changed files with 2 additions and 0 deletions
|
@ -582,6 +582,8 @@ public class UIHelper {
|
|||
return context.getString(R.string.ebook);
|
||||
} else if (mime.equals("application/gpx+xml")) {
|
||||
return context.getString(R.string.gpx_track);
|
||||
} else if (mime.equals("application/xdc+zip")) {
|
||||
return "Widget";
|
||||
} else if (mime.equals("text/plain")) {
|
||||
return context.getString(R.string.plain_text_document);
|
||||
} else {
|
||||
|
|
Loading…
Add table
Reference in a new issue