I have add the Net package to my project to used the SMTP.
When I install the application the Internet permission is not display.
My SMTP code doesn't send message.
I have try to add AddPermission(android.permissions.INTERNET) to manifest but this change nothing, when installing I have always the same message : No new permission and when I look the Permissions I see only the permission for accessing the SD Card.
Any idea of what I miss. Sorry for the newbie question.
All the best,
Alan
When I install the application the Internet permission is not display.
My SMTP code doesn't send message.
I have try to add AddPermission(android.permissions.INTERNET) to manifest but this change nothing, when installing I have always the same message : No new permission and when I look the Permissions I see only the permission for accessing the SD Card.
Any idea of what I miss. Sorry for the newbie question.
All the best,
Alan