microg / GmsCore

Free implementation of Play Services
https://microg.org
Apache License 2.0
8.55k stars 1.72k forks source link

Add "Trusted Face" support for lock screen Face Unlock feature #1358

Open alexceltare2 opened 3 years ago

alexceltare2 commented 3 years ago

Is your feature request related to a problem? Please describe. Since Google Play Services v19, Face Recognition isn't available as an option to unlock your phone from your Lock Screen. Thus the "Trusted Face" app is redundant. MicroG might be able to make use of Trusted Faces and its libraries (or come up with a reimplementation) to bring back Face Unlock to mainstream Android phones.

Describe the solution you'd like I would like to see MicroG as a Trusted Agent and when selecting Smart Unlock I would like to see "Face Recognition" as a method to unlock my phone.

Describe alternatives you've considered There aren't really good alternatives out there that operate at the privileged level.

Additional context Everything is self explanatory.

TheLastGimbus commented 3 years ago

MicroG might be able to make use of Trusted Faces and its libraries

Are "Trusted faces" from Google open source? Isn't this part of closed-source GServices?