@@ -88,8 +88,12 @@ options (this list may not be exhaustive):
88
88
- ``--package ``: The Java package name for your project. Choose e.g. ``org.example.yourapp ``.
89
89
- ``--name ``: The app name.
90
90
- ``--version ``: The version number.
91
- - ``--orientation ``: One of ``portait ``, ``landscape `` or ``sensor ``
92
- to automatically rotate according to the device orientation.
91
+ - ``--orientation ``: Usually one of ``portait ``, ``landscape ``,
92
+ ``sensor `` to automatically rotate according to the device
93
+ orientation, or ``user `` to do the same but obeying the user's
94
+ settings. The full list of valid options is given under
95
+ ``android:screenOrientation `` in the `Android documentation
96
+ <https://developer.android.com/guide/topics/manifest/activity-element.html> `__.
93
97
- ``--icon ``: A path to the png file to use as the application icon.
94
98
- ``-- permission ``: A permission name for the app,
95
99
e.g. ``--permission VIBRATE ``. For multiple permissions, add
@@ -144,8 +148,12 @@ ready.
144
148
- ``--package ``: The Java package name for your project. Choose e.g. ``org.example.yourapp ``.
145
149
- ``--name ``: The app name.
146
150
- ``--version ``: The version number.
147
- - ``--orientation ``: One of ``portait ``, ``landscape `` or ``sensor ``
148
- to automatically rotate according to the device orientation.
151
+ - ``--orientation ``: Usually one of ``portait ``, ``landscape ``,
152
+ ``sensor `` to automatically rotate according to the device
153
+ orientation, or ``user `` to do the same but obeying the user's
154
+ settings. The full list of valid options is given under
155
+ ``android:screenOrientation `` in the `Android documentation
156
+ <https://developer.android.com/guide/topics/manifest/activity-element.html> `__.
149
157
- ``--icon ``: A path to the png file to use as the application icon.
150
158
- ``-- permission ``: A permission name for the app,
151
159
e.g. ``--permission VIBRATE ``. For multiple permissions, add
0 commit comments