Revert "Add back toggle for auto install post app download"
This reverts commit 24496b1405.
This commit is contained in:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user