All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.unidbg.linux.android.dvm.apk.Apk Maven / Gradle / Ivy

There is a newer version: 0.9.8
Show newest version
package com.github.unidbg.linux.android.dvm.apk;

import net.dongliu.apk.parser.bean.CertificateMeta;

import java.io.File;

public interface Apk {

    long getVersionCode();

    String getVersionName();

    String getManifestXml();

    byte[] openAsset(String fileName);

    CertificateMeta[] getSignatures();

    String getPackageName();

    File getParentFile();

    byte[] getFileData(String path);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy