Add banner entry point to set up recovery
This commit is contained in:
parent
4843a802b6
commit
f0c2229621
16 changed files with 150 additions and 16 deletions
|
|
@ -29,6 +29,9 @@ interface SecureBackupEntryPoint : FeatureEntryPoint {
|
|||
@Parcelize
|
||||
data object Root : InitialTarget
|
||||
|
||||
@Parcelize
|
||||
data object SetUpRecovery : InitialTarget
|
||||
|
||||
@Parcelize
|
||||
data object EnterRecoveryKey : InitialTarget
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue