Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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" />

  • No labels