diff --git a/cmd/gogio/androidbuild.go b/cmd/gogio/androidbuild.go index 6b4fabb3..cddba994 100644 --- a/cmd/gogio/androidbuild.go +++ b/cmd/gogio/androidbuild.go @@ -461,7 +461,8 @@ func exeAndroid(tmpDir string, tools *androidTools, bi *buildInfo, extraJars, pe android:label="{{.AppName}}" android:theme="@style/Theme.GioApp" android:configChanges="screenSize|screenLayout|smallestScreenSize|orientation|keyboardHidden" - android:windowSoftInputMode="adjustResize"> + android:windowSoftInputMode="adjustResize" + android:exported="true">