Skip to content

Commit

Permalink
Prevent screen rotation.
Browse files Browse the repository at this point in the history
  • Loading branch information
timwu committed Jan 21, 2011
1 parent ecc11da commit d7e3a63
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
<application android:icon="@drawable/icon" android:theme="@android:style/Theme.NoTitleBar"
android:label="@string/app_name" android:debuggable="true">
<activity android:name=".ParticleSimulator"
android:label="@string/app_name">
android:label="@string/app_name"
android:screenOrientation="portrait">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
Expand Down

0 comments on commit d7e3a63

Please sign in to comment.