Revert "Add back toggle for auto install post app download"

This reverts commit 24496b1405.
This commit is contained in:
Rahul Patel
2023-10-17 05:59:52 +05:30
parent 4fe7d453f5
commit 1ce09c5c35
5 changed files with 32 additions and 89 deletions

View File

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