| Name | Date | Size | #Lines | LOC | ||
|---|---|---|---|---|---|---|
| .. | - | - | ||||
| activity/ | 04-Jul-2025 | - | 361 | 298 | ||
| fragment/ | 04-Jul-2025 | - | 881 | 632 | ||
| modules/ | 04-Jul-2025 | - | 2,744 | 1,952 | ||
| viewmodel/ | 04-Jul-2025 | - | 1,278 | 809 | ||
| README.md | D | 04-Jul-2025 | 734 | 24 | 14 |
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