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.

Use @Extra in an @EService annotated IntentService #466

@erickok

Description

@erickok

IntentServices make it easy to handle the execution of commands through the catching of Intents. AndroidAnnotations have a very helpful @Extra annotation for Activitys to inject into fields the extra Bundle found attached to an Intent. Unfortunately, AndroidAnnotations does not support the @Extra annotation in @eservice annotated classes, only in @EActivity classes.

Please add support for @Extra in @EService annotated classes.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions