Skip to content
This repository was archived by the owner on Feb 26, 2023. It is now read-only.
This repository was archived by the owner on Feb 26, 2023. It is now read-only.

Can not use @EApplication for abstract base classes #1363

@ened

Description

@ened

Given there is a class:

@EApplication
public abstract class BaseApplication extends Application {
}

Then I cannot use it as a base class because:
AA will notice & abort because BaseApplication can not be found within the AndroidManifest.xml.

It would be nice if the behaviour is similar to EFragment & EActivity.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions