Skip to content
This repository has been archived by the owner on Oct 1, 2020. It is now read-only.

Commit

Permalink
Sings seem to be ok, so enable config handling again
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander-- committed Jan 17, 2013
1 parent 6317a25 commit 9f08c5a
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 @@ -15,7 +15,8 @@

<activity android:name="com.androidemu.EmulatorActivity"
android:process=":emulator"
android:launchMode="singleTask">
android:launchMode="singleTask"
android:configChanges="orientation|screenSize|keyboardHidden">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
Expand Down

0 comments on commit 9f08c5a

Please sign in to comment.