Java Question JAVA Permissions Question

barx

Well-Known Member
Licensed User
Longtime User
If added properly in the lib, then they auto add to the compiled manifest when you compile app. So, to answer your question, no, you do not need to addd to manifest editor.
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
Permissions are added when you dim a variable (based on the permissions tied to this specific type). This is important as a library can include many different types with many different permissions.

The List Permissions button in the Compile dialog will show you the permissions added and which object added them.
 

giga

Well-Known Member
Licensed User
Longtime User
Permissions are added when you dim a variable (based on the permissions tied to this specific type). This is important as a library can include many different types with many different permissions.

The List Permissions button in the Compile dialog will show you the permissions added and which object added them.
Erel, Thanks for the clarification.
 
Top