Skip to content

Commit

Permalink
don't restart activity on orientation change
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasb committed Feb 16, 2012
1 parent 22375d4 commit f9222ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion AndroidManifest.xml
Expand Up @@ -6,7 +6,8 @@
<uses-permission android:name="android.permission.INTERNET"/>
<application android:label="@string/app_name">
<activity android:name="MainActivity"
android:label="@string/app_name">
android:label="@string/app_name"
android:configChanges="orientation|keyboard|keyboardHidden">
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.LAUNCHER"/>
Expand Down

0 comments on commit f9222ec

Please sign in to comment.