Skip to content

Instantly share code, notes, and snippets.

Created February 10, 2015 00:03
Show Gist options
  • Save anonymous/0ea7daf63de9c12a4e0c to your computer and use it in GitHub Desktop.
Save anonymous/0ea7daf63de9c12a4e0c to your computer and use it in GitHub Desktop.
<activity android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:label="@string/app_name" android:launchMode="singleTask" android:name="com.whatsapp.HomeActivity" android:theme="@style/Theme.App.Home">
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.LAUNCHER"/>
<category android:name="android.intent.category.MULTIWINDOW_LAUNCHER"/>
</intent-filter>
</activity>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment