(FileConnection) Connector.open("file://" + dbLocation
+ DB_NAME);
// If the file is blank, copy the pre-defined database from this
// module to the SDCard.
if (fileConnection.exists() && fileConnection.fileSize() == 0) {
readAndWriteDatabaseFile(fileConnection);
}
// Retrieve the code signing key for the XYZ key file
final CodeSigningKey codeSigningKey =