Just looking at android, I have a pure go app and I have an AndroidManifest.xml in the project root that is being used to package the app. But, I’ve noticed some things simply aren’t applied from the manifest. I’m guessing this is more related to a native activity which i have little experience with.
I’d like to (a) set screen orientation to portrait and (b) not as important, have the theme NoTitle respected to avoid the title flash on app start.