Question:What is the correct way to restrict app visibility on Google Play to devices that have a camera? 

A <uses-feature android:name="android.hardware.camera"/> 

B <uses-feature android:name="android.hardware.camera" android:required="true" /> 

C <uses-feature android:name="android.hardware.camera.front" android:required="true" /> 

D <uses-permission android:name="android.permission.CAMERA"/> 

+ Answer
+ Report
Total Preview: 3136

Copyright © 2024. Powered by Intellect Software Ltd