android :: landscape
Adds android:screenOrientation=="sensorLandscape" to the manifest.
android:screenOrientation=="sensorLandscape"
core :: abstract_collection
core :: abstract_text
android :: activities
app :: app
app :: app_base
App
core :: array
app :: assets
android :: aware
core :: bitset
core :: bytes
core :: circular_array
core :: codec_base
core :: codecs
core :: collection
java :: collections
core :: core
android :: dalvik
core :: environ
core :: error
core :: exec
java :: ffi_support
core :: file
core :: fixed_ints
core :: fixed_ints_text
fixed_ints
core :: flat
core :: gc
core :: hash_collection
HashMap
HashSet
core :: iso8859_1
java :: java
jvm :: jvm
core :: kernel
core :: list
android :: log
core :: math
core :: native
core :: numeric
Numeric
android :: platform
core :: protocol
core :: queue
core :: range
core :: re
Pattern
core :: ropes
core :: sorter
core :: stream
core :: string_search
core :: text
core :: time
core :: union_find
core :: utf8
android :: android
a_star-m
# Lock the application in the landscape orientation # # Adds `android:screenOrientation=="sensorLandscape"` to the manifest. module landscape is android_api_min 9 android_manifest_activity """android:screenOrientation="sensorLandscape" """ end import android