“minSdkVersion” for InstantApp support?

自古美人都是妖i 提交于 2019-11-28 09:51:43

问题


To enable InstantApp support, should I need to change "minSdkVersion" of my App ?

I'm using "minSdkVersion=15".


回答1:


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).

Source: I'm on the Instant Apps team. I checked the publishing validation code to be sure.

For the record, where Instant Apps is supported, minSdkVersion is respected. So, a minSdkVersion=24 app would not be delivered to a 23 device.



来源:https://stackoverflow.com/questions/44774512/minsdkversion-for-instantapp-support

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!