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

@@ -31,6 +31,13 @@
app:singleLineTitle="false"
app:title="@string/pref_common_extra" />
<SwitchPreferenceCompat
app:defaultValue="true"
app:iconSpaceReserved="false"
app:key="PREFERENCE_AUTO_DELETE"
app:summary="@string/pref_install_delete_summary"
app:title="@string/pref_install_delete_title" />
<Preference
app:iconSpaceReserved="false"
app:key="INSTALLATION_ABANDON_SESSION"