Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
2.1k views
in Technique[技术] by (71.8m points)

android - "minSdkVersion" for InstantApp support?

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

I'm using "minSdkVersion=15".

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

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.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...