Add back toggle for auto install post app download

This commit is contained in:
Rahul Patel
2023-10-14 06:47:20 +05:30
parent 1c7483f27a
commit 24496b1405
5 changed files with 89 additions and 32 deletions

View File

@@ -19,9 +19,9 @@
<androidx.preference.PreferenceScreen xmlns:app="http://schemas.android.com/apk/res-auto">
<SwitchPreferenceCompat
app:defaultValue="false"
app:defaultValue="true"
app:iconSpaceReserved="false"
app:isPreferenceVisible="false"
app:isPreferenceVisible="true"
app:key="PREFERENCE_AUTO_INSTALL"
app:summary="@string/pref_install_auto_summary"
app:title="@string/pref_install_auto_title" />