android – 即时应用程序min sdk版本

我有一个项目有min sdk 16,我想添加对即时应用程序的支持.是否可以将该功能添加到矿山项目中?我还发现我无法使用“包含即时应用程序支持”选项创建一个新项目到sdk< 23:

所以我想也不可能用min sdk<添加功能到现有项目中. 23. 如果答案中包含信息链接,我将非常感激.

解决方法

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.

礼貌到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).

相关文章

Android性能优化——之控件的优化 前面讲了图像的优化,接下...
前言 上一篇已经讲了如何实现textView中粗字体效果,里面主要...
最近项目重构,涉及到了数据库和文件下载,发现GreenDao这个...
WebView加载页面的两种方式 一、加载网络页面 加载网络页面,...
给APP全局设置字体主要分为两个方面来介绍 一、给原生界面设...
前言 最近UI大牛出了一版新的效果图,按照IOS的效果做的,页...