Replace autoadvance screens with waiting screen in PS setup

This change replaces the auto advancing screens shown during private
space setup flow with a single loading screen.

Recording: b/332652637#comment3

Bug: 332652637
Test: Manual
Change-Id: I470e5c6ece16cfefd0734d3daadf1d8efe963f63
This commit is contained in:
josephpv
2024-04-04 17:26:45 +00:00
parent 727ec97362
commit af800e55f4
13 changed files with 173 additions and 287 deletions

View File

@@ -23,14 +23,14 @@
android:name="com.android.settings.privatespace.PrivateSpaceEducation"
android:label="fragment_ps_education">
<action
android:id="@+id/action_education_to_auto_advance"
app:destination="@id/ps_auto_advance_fragment"/>
android:id="@+id/action_education_to_create"
app:destination="@id/ps_create_fragment"/>
</fragment>
<fragment android:id="@+id/ps_auto_advance_fragment"
android:name="com.android.settings.privatespace.AutoAdvanceSetupFragment"
android:label="fragment_ps_auto_advance">
<fragment android:id="@+id/ps_create_fragment"
android:name="com.android.settings.privatespace.PrivateSpaceCreationFragment"
android:label="fragment_ps_create">
<action
android:id="@+id/action_advance_profile_error"
android:id="@+id/action_create_profile_error"
app:destination="@id/ps_profile_error_fragment"/>
<action
android:id="@+id/action_set_lock_fragment"
@@ -44,7 +44,7 @@
android:label="fragment_ps_error">
<action
android:id="@+id/action_retry_profile_creation"
app:destination="@id/ps_auto_advance_fragment"/>
app:destination="@id/ps_create_fragment"/>
</fragment>
<fragment android:id="@+id/ps_pre_finish_delay_fragment"
android:name="com.android.settings.privatespace.SetupPreFinishDelayFragment"