Fixed
Status Update
Comments
ya...@google.com <ya...@google.com>
bo...@google.com <bo...@google.com>
ke...@netflix.com <ke...@netflix.com> #2
Also happens w/ the Nexus 9 tablet emulator FYI
Emulator version 34.1.3-10838739
Emulator version 34.1.3-10838739
bo...@google.com <bo...@google.com> #3
we will address this in upcoming tablet image releases
zh...@google.com <zh...@google.com> #4
Adding that it returns true for pixel 6 API 30 as well.
sy...@syntezzz.ru <sy...@syntezzz.ru> #5
It's very annoying bug since it's the only reliable way to detect foldable devices according to
https://android-developers.googleblog.com/2023/06/detecting-if-device-is-foldable-tablet.html#:~:text=If%20a%20device%20has%20a%20hinge%20sensor%20(which%20can%20be%20determined%20by%20PackageManager.hasSystemFeature(PackageManager.FEATURE_SENSOR_HINGE_ANGLE))%2C%20then%20the%20device%20supports%20folding%20in%20some%20manner .
bo...@google.com <bo...@google.com> #6
thanks for reporting this issue;
the fix will be available in upcoming VIC developer preview images.
the fix will be available in upcoming VIC developer preview images.
bo...@google.com <bo...@google.com> #7
to clarify
this is fixed on api 35, latest version;
it is not fixed on api 34, will try to back port.
this is fixed on api 35, latest version;
it is not fixed on api 34, will try to back port.
ja...@google.com <ja...@google.com> #8
Comment has been deleted.
ki...@gmail.com <ki...@gmail.com> #9
Usp
ki...@gmail.com <ki...@gmail.com> #10
تصØÙŠØ Ø£Ø®Ø·Ø§Ø¡ usp
wh...@gmail.com <wh...@gmail.com> #11
Welcome forever welcome
ch...@gmail.com <ch...@gmail.com> #12
ch...@gmail.com <ch...@gmail.com> #13
0947192161
ch...@gmail.com <ch...@gmail.com> #14
CHECK
ch...@gmail.com <ch...@gmail.com> #15
ch...@gmail.com <ch...@gmail.com> #16 Restricted+
Restricted+
Comment has been deleted.
ch...@gmail.com <ch...@gmail.com> #17 Restricted
Restricted
Comment has been deleted.
Description
Android Studio Version: Giraffe | 2022.3.1
Emulator Version (Emulator--> Extended Controls--> Emulator Version): 32.1.14-10330179
HAXM / KVM Version: HVF 13.5.0
Android SDK Tools: 26.1.1
Host Operating System: macOS 13.5
CPU Manufacturer: Other CPU:
64-bit CPU
RAM: 16384 MB
GPU:
Build Fingerprint:
AVD Details: Name: Pixel_C_Tablet_API_33
CPU/ABI: arm64
Path: /Users/tomas/.android/avd/Pixel_C_API_33.avd
Target: google_apis [Google APIs] (API level 33)
Skin: 2560x1800
SD Card: 512 MB
AvdId: Pixel_C_Tablet_API_33
PlayStore.enabled: false
avd.ini.displayname: Pixel C Tablet API 33
avd.ini.encoding: UTF-8
disk.dataPartition.size: 6G
fastboot.chosenSnapshotFile:
fastboot.forceChosenSnapshotBoot: no
fastboot.forceColdBoot: no
fastboot.forceFastBoot: yes
hw.accelerometer: yes
hw.arc: false
hw.audioInput: yes
hw.battery: yes
hw.camera.back: virtualscene
hw.camera.front: emulated
hw.cpu.ncore: 4
hw.dPad: no
hw.device.hash2: MD5:b6f369a5174fab4bbf46015b0d842ec6
hw.device.manufacturer: Google
hw.gps: no
hw.gpu.enabled: yes
hw.gpu.mode: auto
hw.initialOrientation: landscape
hw.keyboard: yes
hw.lcd.density: 320
hw.lcd.height: 1800
hw.lcd.width: 2560
hw.mainKeys: no
hw.ramSize: 1536
hw.sdCard: yes
hw.sensors.orientation: yes
hw.sensors.proximity: yes
hw.trackBall: no
image.sysdir.1: system-images/android-33/google_apis/arm64-v8a/
runtime.network.latency: none
runtime.network.speed: full
showDeviceFrame: no
skin.dynamic: yes
skin.path.backup: /Users/tomas/Library/Android/sdk/skins/pixel_c
tag.display: Google APIs
vm.heapSize: 192
Steps to Reproduce Bug:Call PackageManager.hasSystemFeature(PackageManager.FEATURE_SENSOR_HINGE_ANGLE) and this method returns true on Pixel C tablet.
Expected Behavior:
Returns false on Pixel C tablet.
Observed Behavior: