Skip to content

Instantly share code, notes, and snippets.

@anthonykeane
Created June 25, 2013 14:04
Show Gist options
  • Save anthonykeane/5858684 to your computer and use it in GitHub Desktop.
Save anthonykeane/5858684 to your computer and use it in GitHub Desktop.
pakPreferences
android:configChanges="keyboardHidden|orientation">
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.LAUNCHER"/>
</intent-filter>
</activity>
<activity android:name=".PreferencesActivity"/>
android:uiOptions="splitActionBarWhenNarrow"
</application>
</manifest>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment