Minimum API for implementing Android Deep Linking

冷暖自知 提交于 2020-01-05 13:09:49

问题


I follow Android official tutorial for implementing android deep linking. Here is the requirement for this tutorial:

Android Studio version 1.0+
The sample code
The Google app version 2.8+
A test device with Android 4.1+
A USB micro to USB cable.

So base on this, I can understand minimum API for deep linking is Android 4.1 (API >= 17). But after I follow, I really don't see any functions that use API>=17. You just register in manifest.xml file and handle in activity, done.

So my question is: Can I implement Android Deep linking at older android such as android 2.3.3.

Thanks :)


回答1:


There's no API there that requires API 17. However, the version of Google Search that enables deep linking does require API 17, hence why you must use an API17+ device to test deep linking.



来源:https://stackoverflow.com/questions/31171884/minimum-api-for-implementing-android-deep-linking

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