Skip to content

Instantly share code, notes, and snippets.

@noaht11
Last active August 29, 2015 14:27
Show Gist options
  • Save noaht11/5c3d1006fb979955d5a4 to your computer and use it in GitHub Desktop.
Save noaht11/5c3d1006fb979955d5a4 to your computer and use it in GitHub Desktop.
Using the android:configChanges flag on an activity in AndroidManifest.xml
<activity
android:name=".MyActivity"
android:label="@string/title_my_activity"
android:configChanges="orientation|screenSize|keyboardHidden" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment