Android - Internet Permission

Generally the Android SDK declares the Internet Permission in the Manifest.

If your license key allows offline scanning the Internet Permission will not be used by our SDK. In this case you can easily remove the Internet Permission from your app by adding the following line to the Manifest file of your app:

<uses-permission android:name="android.permission.INTERNET" tools:node="remove" />