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:
@@ -19,10 +19,8 @@
|
||||
|
||||
<androidx.preference.PreferenceScreen xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
|
||||
<com.aurora.store.view.custom.preference.AuroraListPreference
|
||||
<Preference
|
||||
app:defaultValue="0"
|
||||
app:entries="@array/pref_installation_method"
|
||||
app:entryValues="@array/pref_installation_method_values"
|
||||
app:iconSpaceReserved="false"
|
||||
app:key="PREFERENCE_INSTALLER_ID"
|
||||
app:summary="@string/pref_install_mode_summary"
|
||||
|
||||
Reference in New Issue
Block a user