InterBase Required Permissions

From InterBase

Go Up to Android Application


Android applications require certain permissions to work. The following InterBase permissions must be set in the Project Options dialog:

  • INTERNET: Allows applications to access network sockets. If you are building Client/Server apps accessing remote InterBase databases, this permission is a must-have. This permission is also required by InterBase "call home" silent license registration.
  • READ/WRITE EXTERNAL STORAGE: Allows access to the external storage location where InterBase files, including your database files, are delivered. This permission is required for applications to perform read/write operations.

Advance To