I have a project that has min sdk 16 and I would like to add support to instant apps. Is it possible to add that feature to mine project? I also detect that I can't create a new project with option "Include Instant App support"
to sdk < 23:
So I suppose that also not possible to add that feature to the existing project with min sdk < 23.
I will be very grateful if the answer will contain a link to the information.
android:minSdkVersion — Specifies the minimum API Level on which the application is able to run. The default value is "1".
The AndroidManifest. xml file describes details about your app and identifies which versions of Android it supports.
Initial release for Android 7.0 (API level 24).
The Android App Links feature was introduced in Android 6.0 and lets users tap on a web link to open your app (if it is already installed). Instant apps leverage the same app links feature to create HTTPS URLs that launch activities in your instant app.
Courtesy goes to philo's Answer
There's no required minimum. 15 is fine. But FYI, your app won't run on 15. The Instant Apps runtime itself isn't compatible that far back. At the moment, that only goes back to 23 (but we're working on that).
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With