Skip to content

Commit

Permalink
forbid landscape on Android phones
Browse files Browse the repository at this point in the history
  • Loading branch information
xavierlacot committed Feb 22, 2011
1 parent 1a27780 commit 9a04975
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tiapp.xml
Expand Up @@ -28,5 +28,9 @@
</orientations>
</iphone>
<android xmlns:android="http://schemas.android.com/apk/res/android">
<manifest>
<application android:debuggable="true" />
<activity android:name=".xavccMobileActivity" android:label="xavccMobileApp" android:screenOrientation="portrait" />
</manifest>
</android>
</ti:app>
</ti:app>

0 comments on commit 9a04975

Please sign in to comment.