Skip to content

Commit

Permalink
Merge branch 'master' of git://github.com/phonegap/phonegap-android
Browse files Browse the repository at this point in the history
  • Loading branch information
macdonst committed Jul 21, 2011
2 parents 17ccb2d + 029ddea commit d098b61
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion framework/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<activity android:name="com.phonegap.DroidGap" android:label="@string/app_name">
<activity android:name="com.phonegap.DroidGap" android:label="@string/app_name"
android:configChanges="orientation|keyboardHidden">
<intent-filter>
</intent-filter>
</activity>
Expand Down

0 comments on commit d098b61

Please sign in to comment.