• Home
Name Date Size #Lines LOC

..--

activity/04-Jul-2025-361298

fragment/04-Jul-2025-881632

modules/04-Jul-2025-2,7441,952

viewmodel/04-Jul-2025-1,278809

README.mdD04-Jul-2025734 2414

README.md

1### Fingerprint Settings Enrollment
2
3#### Entry Points (To FingerprintEnrollment)
4
5* FingerprintSettings (which launches the below intent)
6* Intent -> ".biometrics.fingerprint2.ui.enrollment.activity.FingerprintEnrollmentV2Activity")
7
8#### General Architecture
9
10The code should follow the MVVM architecture.
11
12**In addition, one activity (FingerprintEnrollmentV2Activity) should**
13
14* Control a list of fragments which correspond to enrollment steps
15* Be responsible for navigation events between fragments
16* Be responsible for navigation events to other activities if need be (
17  ConfirmDeviceCredentialActivity)
18* Be the controller of the viewmodels
19
20#### Style
21
22* Please use [kfmt](https://plugins.jetbrains.com/plugin/14912-ktfmt)
23
24