Postingan

Menampilkan postingan dengan label Biometrics

Lockscreen and authentication improvements in Android 11

Gambar
Posted by Haining Chen, Vishwath Mohan, Kevin Chyn and Liz Louis, Android Security Team As phones become faster and smarter, they play increasingly important roles in our lives, functioning as our extended memory, our connection to the world at large, and often the primary interface for communication with friends, family, and wider communities. It is only natural that as part of this evolution, we’ve come to entrust our phones with our most private information, and in many ways treat them as extensions of our digital and physical identities. This trust is paramount to the Android Security team. The team focuses on ensuring that Android devices respect the privacy and sensitivity of user data. A fundamental aspect of this work centers around the lockscreen, which acts as the proverbial front door to our devices. After all, the lockscreen ensures that only the intended user(s) of a device can access their private data. This blog post outlines recent improvements around how users inte...

One Biometric API Over all Android

Gambar
Posted by Isai Damier, Android Developer Platform Engineering (@isaidamier) Kevin Chyn, Android Framework Curtis Belmonte, Android Framework With the launch of Android 10 ( API level 29 ), developers can now use the Biometric API, part of the AndroidX Biometric Library , for all their on-device user authentication needs. The Android Framework and Security team has added a number of significant features to the AndroidX Biometric Library , which makes all of the biometric behavior from Android 10 available to all devices that run Android 6.0 (API level 23) or higher. In addition to supporting multiple biometric authentication form factors, the API has made it much easier for developers to check whether a given device has biometric sensors. And if there are no biometric sensors present, the API allows developers to specify whether they want to use device credentials in their apps. The features do not just benefit developers. Device manufacturers and OEMs have a lot to celebrate as well...