Disable external search by default

pull/190/head
M66B 4 years ago
parent def4508a04
commit 5856762748

@ -192,7 +192,7 @@
<activity
android:name=".ActivitySearch"
android:enabled="true"
android:enabled="false"
android:excludeFromRecents="true"
android:exported="true"
android:icon="@mipmap/ic_launcher"

@ -192,7 +192,7 @@
<activity
android:name=".ActivitySearch"
android:enabled="true"
android:enabled="false"
android:excludeFromRecents="true"
android:exported="true"
android:icon="@mipmap/ic_launcher"

@ -192,7 +192,7 @@
<activity
android:name=".ActivitySearch"
android:enabled="true"
android:enabled="false"
android:excludeFromRecents="true"
android:exported="true"
android:icon="@mipmap/ic_launcher"

@ -193,7 +193,7 @@
<activity
android:name=".ActivitySearch"
android:enabled="true"
android:enabled="false"
android:excludeFromRecents="true"
android:exported="true"
android:icon="@mipmap/ic_launcher"

Loading…
Cancel
Save