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

net.dongliu.apk.parser.bean.Activity Maven / Gradle / Ivy

There is a newer version: 2.6.10
Show newest version
package net.dongliu.apk.parser.bean;

/**
 * activity this apk registered
 *
 * @author Dong Liu
 */
public class Activity extends AndroidComponent {

    @Override
    public String toString() {
        return "Activity:" + getName();
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy