Skip to content

Commit

Permalink
Update AndroidManifest.xml
Browse files Browse the repository at this point in the history
aggiunta della direttiva per gestire il cambio di orientazione dello schermo
  • Loading branch information
loru88 committed Jun 1, 2013
1 parent 464e8fc commit 7fa2291
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
android:versionName="1.0">
<application android:label="@string/app_name" android:icon="@drawable/ic_launcher">
<activity android:name="MainActivity"
android:configChanges="orientation|keyboardHidden"
android:label="@string/app_name">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
Expand Down

0 comments on commit 7fa2291

Please sign in to comment.