Android Question Add Permision in manifest

Objects for Android

Member
Licensed User
Longtime User
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
 

Objects for Android

Member
Licensed User
Longtime User
Compilation Window

B4A version: 6.50
Parsing code. (0.06s)
Compiling code. (0.42s)
Compiling layouts code. (0.05s)
Organizing libraries. (0.00s)
Generating R file. (0.53s)
Compiling debugger engine code. (2.31s)
Compiling generated Java code. (2.30s)
Convert byte code - optimized dex. (0.80s)
Packaging files. (0.22s)
Copying libraries resources (0.14s)
Found 3 resource files.
Signing package file (debug key). (0.67s)
ZipAlign file. (1.18s)
Installing file to device. Error
No device found.
 

Attachments

  • AndroidManifest.xml
    1.2 KB · Views: 325
Upvote 0

Objects for Android

Member
Licensed User
Longtime User
I have try with blank project and just add one line to manifest :
AddPermission(android.permission.INTERNET)

and try and I get the same result : Only one permission(SD Card)
 
Upvote 0

Objects for Android

Member
Licensed User
Longtime User
Hi Erel,

Could you please send me by private messaging a project (that include an INTERNET connexion) and I will make try (compile and transfer).

Best,
Alan
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…