Skip to content

Commit

Permalink
Update to include the export flag for new android
Browse files Browse the repository at this point in the history
  • Loading branch information
andydotxyz committed Nov 13, 2022
1 parent 0dbb74f commit 4a89752
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/fyne/internal/templates/bundled.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions cmd/fyne/internal/templates/data/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<activity android:name="org.golang.app.GoNativeActivity"
android:label="{{.Name}}"
android:configChanges="orientation|keyboardHidden|uiMode"
android:exported="true"
android:theme="@android:style/Theme">
<meta-data android:name="android.app.lib_name" android:value="{{.LibName}}" />
<intent-filter>
Expand Down

0 comments on commit 4a89752

Please sign in to comment.