lollipop版本分开,有些新特性android5.0和6.0不支持
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package me.ag2s.epublib;
|
||||
|
||||
|
||||
public interface Constants {
|
||||
|
||||
String CHARACTER_ENCODING = "UTF-8";
|
||||
String DOCTYPE_XHTML = "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD XHTML 1.1//EN\" \"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd\">";
|
||||
String NAMESPACE_XHTML = "http://www.w3.org/1999/xhtml";
|
||||
String EPUB_GENERATOR_NAME = "Ag2S EpubLib";
|
||||
String EPUB_DUOKAN_NAME = "DK-SONGTI";
|
||||
char FRAGMENT_SEPARATOR_CHAR = '#';
|
||||
String DEFAULT_TOC_ID = "toc";
|
||||
}
|
||||
Reference in New Issue
Block a user