Android changes
Stay aware of the new requirements as the Android platform evolves.
Android 7 (Nougat)
<provider
android:name="com.pushlink.android.FileProvider"
android:authorities="your.package.name"
android:exported="true" />Android 8 (Oreo)
<uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES" />Android 9 (Pie)
<uses-library android:name="org.apache.http.legacy" android:required="false"/>Android 10
Android 11

Android 12, 13 and 14
Last updated