What are the checkpoints in creating an IntentService into Library Project in order to use it in other Android Application Project?
My library project has different package.
For example:
Library Project: com.locationplatform.position
Application Project: mobile.app
Any guidance is appreciated.