Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我只是在android中制作了一个应用程序,我在其中使用了自定义相机。整个应用程序在所有版本的三星设备中都可以正常工作。但是自定义相机在摩托罗拉设备中无法正常工作。谁能帮我解决这个问题问题??提前谢谢
将此添加到您的清单文件中
<uses-feature android:name="android.hardware.camera" />
摩托罗拉特别遇到过问题
希望对你有帮助