Skip to main content
Follow these steps to integrate and configure the Auto Update SDK in your Android project.

Step 1 | Import the SDK

Import the Auto Update SDK file into your project.

Step 2 | Modify the Android manifest file

Update your AndroidManifest file to include the necessary permissions, activity, and content provider.
  1. Include these permissions:
  1. Add an activity to request installation permissions from the players:
  1. Add the following provider tag in the <application> tag:

Step 3 | Configure the SDK

To configure the SDK, create an instance of the BridgeAPI: