Basic structure for fingerprint enrollment.

Bug: N/A
Test: Enroll introduction screen works as expected
Test: User is prompted with pin/pattern/pass if the token is not
present.

Change-Id: I32a182b09c3bcd9be43428c500bfae7b39a74e63
This commit is contained in:
Joshua McCloskey
2023-07-26 15:59:14 +00:00
parent 7623717788
commit 2407b4033a
15 changed files with 1489 additions and 1 deletions

View File

@@ -106,7 +106,9 @@ android_library {
"SystemUIUnfoldLib",
],
plugins: ["androidx.room_room-compiler-plugin"],
plugins: [
"androidx.room_room-compiler-plugin",
],
libs: [
"telephony-common",