SDK configuration
Please follow the steps below to introduce the required configuration for integrating the SDK, skipping or omitting it will cause the integration to fail.
Permission configuration
<manifest >
<!--TradPlus SDK general necessary permissions -->
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
</manifest>