My project runs a service which instantiates a class called Connect (its neither an Activity or a Service).
I need to access Internet through class Connect.
How should i proceed?
Do i need to mention something in manifest file?
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.
If you want to use internet in your app, you need this in your manifest:
It doesn’t matter if it’s in a service/activity or just a class you call.