You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 26, 2023. It is now read-only.
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.