Status Update
Comments
uc...@google.com <uc...@google.com> #2
still here in r14
I believe there is an error in the bug description.
the Expected results would be a return value of false.
but what one gets is a true value instead.
it seems to affect all android versions.
interesting fact:
the "Camera Support" property (hw.camera) defaults to 'no'.
but yet every AVD I tried so far has a camera app and it is even working quite well.
just so as one would expect if the AVD would have hw.camera=yes.
I tried AVDs with explicitly turning off an on the camera support but they behaved exactly the same way.
this is quit frustrating if you want to write an app, that could optionally use a camera but also works on devices without a camera.
ok, there are few devices without camera but it would be nice to test what happens if the app is used on such a device.
I believe there is an error in the bug description.
the Expected results would be a return value of false.
but what one gets is a true value instead.
it seems to affect all android versions.
interesting fact:
the "Camera Support" property (hw.camera) defaults to 'no'.
but yet every AVD I tried so far has a camera app and it is even working quite well.
just so as one would expect if the AVD would have hw.camera=yes.
I tried AVDs with explicitly turning off an on the camera support but they behaved exactly the same way.
this is quit frustrating if you want to write an app, that could optionally use a camera but also works on devices without a camera.
ok, there are few devices without camera but it would be nice to test what happens if the app is used on such a device.
je...@gmail.com <je...@gmail.com> #3
To completely turn off camera emulation start the emulator with '-webcam off', and '-fake-camera off' options. In this case there will be no camera devices reported.
Description
<vector xmlns:android="
android:width="24dp"
android:height="24dp"
android:viewportWidth="24"
android:viewportHeight="24">
</vector>
Build: 3.1, AI-173.4670197, 201803220120,
AI-173.4670197, JRE 1.8.0_152-release-1024-b02x64 JetBrains s.r.o, OS Windows 10(amd64) v10.0 , screens 1920x1080, 2880x1620
Android Gradle Plugin: 3.1.0
Gradle: 4.4
NDK: from local.properties: (not specified); latest from SDK: (not found);
LLDB: pinned revision 3.1 not found; latest from SDK: (package not found);
CMake: from local.properties: (not specified); latest from SDK: (not found); from PATH: (not found);
IMPORTANT: Please read