@@ -88,8 +88,12 @@ options (this list may not be exhaustive):
8888- ``--package ``: The Java package name for your project. Choose e.g. ``org.example.yourapp ``.
8989- ``--name ``: The app name.
9090- ``--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> `__.
9397- ``--icon ``: A path to the png file to use as the application icon.
9498- ``-- permission ``: A permission name for the app,
9599 e.g. ``--permission VIBRATE ``. For multiple permissions, add
@@ -144,8 +148,12 @@ ready.
144148- ``--package ``: The Java package name for your project. Choose e.g. ``org.example.yourapp ``.
145149- ``--name ``: The app name.
146150- ``--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> `__.
149157- ``--icon ``: A path to the png file to use as the application icon.
150158- ``-- permission ``: A permission name for the app,
151159 e.g. ``--permission VIBRATE ``. For multiple permissions, add
0 commit comments