Skip to content

Commit

Permalink
Change the android test app to be landscape reversible.
Browse files Browse the repository at this point in the history
  • Loading branch information
Neo Kim committed Oct 27, 2015
1 parent 0dc42bd commit 11b46a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cpp-tests/proj.android/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<activity android:name=".AppActivity"
android:label="@string/app_name"
android:screenOrientation="landscape"
android:screenOrientation="sensorLandscape"
android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
android:configChanges="orientation">

Expand Down

0 comments on commit 11b46a7

Please sign in to comment.