已弃用 android.hardware.camera.autofocus 的替代过滤器是什么?
What is the alternative filter for deprecated android.hardware.camera.autofocus?
我知道过滤器 "android.hardware.camera.autofocus" 已从 sdk 21
.
中弃用
我也知道我可以在应用程序 运行 时以编程方式检查它。
但是,问题是没有替代过滤器吗?我必须以编程方式进行吗?
如果没有,您能否解释一下不使用过滤器进行工作的原因?
提前致谢。
I know that the filter "android.hardware.camera.autofocus" is deprecated from sdk 21.
它还没有被弃用,至少根据 the documentation and the documentation。
isn't there an alternative filter
您可以将 <uses-feature>
用于 android.hardware.camera.autofocus
,因为它似乎没有被弃用。
我知道过滤器 "android.hardware.camera.autofocus" 已从 sdk 21
.
我也知道我可以在应用程序 运行 时以编程方式检查它。
但是,问题是没有替代过滤器吗?我必须以编程方式进行吗?
如果没有,您能否解释一下不使用过滤器进行工作的原因?
提前致谢。
I know that the filter "android.hardware.camera.autofocus" is deprecated from sdk 21.
它还没有被弃用,至少根据 the documentation and the documentation。
isn't there an alternative filter
您可以将 <uses-feature>
用于 android.hardware.camera.autofocus
,因为它似乎没有被弃用。