In Eclipse I want to deploy both a Service Provider package and a standard Activity-based package (which uses the Service Provider). Can I bundle these together in Eclipse to make a single apk which gets deployed to the device?
thanks
anton
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Don’t worry, i have worked it out. You simply add a package under the source folder and then add classes to this, remembering to update the manifest file with the extra ‘provider’ details.