SkyEpub 6.2.2 for Android Released

SkyKeyManager (SkyDRM ONLY)

enhanced performance when multiple keys generated SkyDRM are fetched from Sky Content Server
New function is added

/** returns ArrayList for given uuidForEpub;
public ArrayList getKeys(String uuidForEpub);

SkyKey class is newly added (SkyDRM ONLY)

public class SkyKey {
public String encryptedId = “”;
public String contentId = “”;
public String key = “”;
}

Reflowable Layout
// adjustContentWidth to avoid page broken in some devices.
// default value : false;
public void adjustContentWidth(boolean value);