这是indexloc提供的服务,不要输入任何密码
Skip to content

Commit 267cf61

Browse files
Updated: Do not automatically open keyboard when opening plugin configuring
1 parent 05af1af commit 267cf61

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
android:exported="true"
2828
android:icon="@drawable/ic_launcher"
2929
android:label="@string/plugin_name"
30+
android:windowSoftInputMode="stateHidden"
3031
android:uiOptions="splitActionBarWhenNarrow">
3132
<!-- this Intent filter allows the plug-in to be discovered by Locale -->
3233
<intent-filter>

0 commit comments

Comments
 (0)