-
Hi everyone, I'm trying to force the android applications I'm developing to be displayed in landscape orientation, but on the docs I didn't find anything helpful |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
I think, you can define this in AndroidManifest.xml You will need to customize the file provided by the Android template. In my apps, I copy the file from the template to a build-resources folder, customize it there and then copy it into the right place when building. This way, my customized file is included in the project repo (the build folder is excluded from the repo) |
Beta Was this translation helpful? Give feedback.
I think, you can define this in AndroidManifest.xml
You will need to customize the file provided by the Android template.
In my apps, I copy the file from the template to a build-resources folder, customize it there and then copy it into the right place when building. This way, my customized file is included in the project repo (the build folder is excluded from the repo)