google / google-authenticator-android

Open source fork of the Google Authenticator Android app
https://play.google.com/store/apps/details?id=com.google.android.apps.authenticator2
Apache License 2.0
1.58k stars 470 forks source link

App can't be installed on devices w/o back-facing camera #108

Open digitalentity opened 4 years ago

digitalentity commented 4 years ago

App can't be installed on devices that only have front-facing (aka selfie) camera. This includes Android system for Chromebooks.

ThomasHabets commented 4 years ago

Doesn't work, or can't be installed? Could you show a screenshot if you have any error message or similar?

digitalentity commented 4 years ago

Sorry for confusion. It can't be installed. I think it's because of missing android.hardware.camera.any feature in the manifest. The app has android.permission.CAMERA which implies android.hardware.camera (back-facing camera), but doesn't imply android.hardware.camera.any which is required to use any available camera.

ThomasHabets commented 4 years ago

Filed internally as b/145518960