A user in the chat room asked if there was an easy way to find what permissions various libraries add to an app. There really isn't any easy way, so I created one.
libinfo is a simple little program that lists all of your JAR libraries in the Additional Libraries directory and when you click on one, it will list all permissions that that lib will add to your app. If it does not list any permissions, then that lib does not add them or that lib does not have a corresponding XML file and is not a B4A library.
There is no installation, just unzip it to any location on your drive and run it or create a shortcut to it on your desktop. The program is re-sizable in case some of the permissions are longer than the default window sizes.
The zip file is a bit over 230k and is available at this link.
Version 1.0.0 - Initial release
--- Jem
libinfo is a simple little program that lists all of your JAR libraries in the Additional Libraries directory and when you click on one, it will list all permissions that that lib will add to your app. If it does not list any permissions, then that lib does not add them or that lib does not have a corresponding XML file and is not a B4A library.
There is no installation, just unzip it to any location on your drive and run it or create a shortcut to it on your desktop. The program is re-sizable in case some of the permissions are longer than the default window sizes.
The zip file is a bit over 230k and is available at this link.
Version 1.0.0 - Initial release
--- Jem