75.4 Adding the Apache HTTP Legacy Library Requirement
Since this example project will be built for use with Android version 9.0 or later, the following declaration needs to be added within the <application> section of the AndroidManifest.xml file as follows:
.
.
<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme=...