DownloadPreference: Move APK post-install setting to InstallationPreference

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta
2024-10-08 18:10:53 +05:30
parent 00347ae4fc
commit a5c85939ed
61 changed files with 10 additions and 148 deletions

View File

@@ -100,11 +100,6 @@
android:name="com.aurora.store.view.ui.preferences.SettingsFragment"
android:label="@string/title_settings"
tools:layout="@layout/fragment_setting" />
<fragment
android:id="@+id/downloadPreference"
android:name="com.aurora.store.view.ui.preferences.DownloadPreference"
android:label="DownloadPreference"
tools:layout="@layout/fragment_setting" />
<fragment
android:id="@+id/filterPreference"
android:name="com.aurora.store.view.ui.preferences.FilterPreference"