我的应用程序使用WebView.从L-preview开始,引入了一个新的功能过滤器:
FEATURE_WEBVIEW.声明您的应用程序必须仅安装在完全实现android.webkit.* API的设备上.例:
<uses-feature android:name="android.software.webview" android:required="true" />
资料来源:http://developer.android.com/preview/api-overview.html#Manifest
我想了解这个功能过滤器的影响和原因.
>哪些设备不会实现完整的android.webkit.* API?
>如果我将此行添加到我的AndroidManifest.xml中,我希望我的应用程序仍可用于Android 2.3-4.4.真的吗?
最佳答案
Which devices won’t implement full android.webkit.* API?
Android Wear,也许还有其他人.
If I add this line into my AndroidManifest.xml, I expect my app will still be available for Android 2.3-4.4. Is that true?
它应该是.