The Amazon Insights SDK allows a developer to request variations and record events. The SDK requires the following AndroidManifest.xml permissions:
<uses-permission android:name="android.permission.INTERNET"/> <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>If upgrading from Version 1 of the SDK, remove the InsightsProcessingService from the AndroidManifest.xml
<service android:name="com.amazon.insights.InsightsProcessingService"/>