Fixed
Status Update
Comments
ya...@google.com <ya...@google.com>
bo...@google.com <bo...@google.com>
ke...@netflix.com <ke...@netflix.com> #2
This happens to me when using pattern+fingerprint on api 29 using 1.0.1
bo...@google.com <bo...@google.com> #3
happens to me on Android P using 1.0.1
zh...@google.com <zh...@google.com> #4
Is there any workaround for this? Can we expect this to be fixed?
sy...@syntezzz.ru <sy...@syntezzz.ru> #5
I am facing the same problem too! Is there any solution to this problem?
bo...@google.com <bo...@google.com> #6
Still seeing this issue on Android 10 Pixel 4.
bo...@google.com <bo...@google.com> #7
Our team is facing this issue as well. What are the alternatives available right now apart from cloning the library and changing the behavior?
ja...@google.com <ja...@google.com> #8
Comment has been deleted.
ki...@gmail.com <ki...@gmail.com> #9
Same issue for me. API 10 device during Fingerprint prompt.
ki...@gmail.com <ki...@gmail.com> #10
162013003
wh...@gmail.com <wh...@gmail.com> #11
Have the same problem, Android 10, Mi 9T
ch...@gmail.com <ch...@gmail.com> #12
Also happening with 1.2.0-alpha04.
ch...@gmail.com <ch...@gmail.com> #13
Project: platform/frameworks/support
Branch: androidx-main
Author: Hao Dong <
Link:
Propogate cancel authentication in onStop() for all api levels.
Expand for full commit details
Propogate cancel authentication in onStop() for all api levels.
Bug: 149770989
Test: ./gradlew biometric:biometric:assemble
Change-Id: I8c393f400d60f2b2af075671c4cf2727e63d82b8
Files:
- M
biometric/biometric/src/main/java/androidx/biometric/BiometricFragment.java
Hash: 302fab7c34832a989f434e43f16b146d37fa08b6
Date: Wed Nov 13 02:45:59 2024
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: