InstallerFragment: Relocate to settings instead of onboarding
* This makes onboarding minimal and only required screens are shown * SessionInstaller is the recommended choice, user who needs a different can configure in settings * Instead of showing minimal list, show installer fragment that contains more information * Also show all installers like before Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
@@ -395,10 +395,12 @@
|
||||
app:launchSingleTop="true"
|
||||
app:popUpTo="@id/mobile_navigation"
|
||||
app:popUpToInclusive="true" />
|
||||
<action
|
||||
android:id="@+id/action_onboardingFragment_to_deviceMiuiSheet"
|
||||
app:destination="@id/deviceMiuiSheet" />
|
||||
</fragment>
|
||||
<fragment
|
||||
android:id="@+id/installerFragment"
|
||||
android:name="com.aurora.store.view.ui.preferences.InstallerFragment"
|
||||
android:label="InstallerFragment"
|
||||
tools:layout="@layout/fragment_installer"/>
|
||||
<dialog
|
||||
android:id="@+id/appMenuSheet"
|
||||
android:name="com.aurora.store.view.ui.sheets.AppMenuSheet"
|
||||
|
||||
Reference in New Issue
Block a user