Skip to content

Commit

Permalink
Restrict screen orientation to portrait
Browse files Browse the repository at this point in the history
  • Loading branch information
adelq committed Nov 24, 2014
1 parent c7e185c commit abd318c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions PennMobile/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@

<activity
android:name="com.pennapps.labs.pennmobile.MainActivity"
android:screenOrientation="portrait"
android:label="PennMobile" >
<intent-filter>
<action android:name="android.intent.action.MAIN" />
Expand Down

0 comments on commit abd318c

Please sign in to comment.