Skip to content

Instantly share code, notes, and snippets.

@AndrewHaisting
Last active February 22, 2019 16:37
Show Gist options
  • Save AndrewHaisting/78658ef4bbdf196d9192b3dae7849134 to your computer and use it in GitHub Desktop.
Save AndrewHaisting/78658ef4bbdf196d9192b3dae7849134 to your computer and use it in GitHub Desktop.
<activity-alias
android:name="Launcher"
android:targetActivity=".ui.activity.LauncherActivity">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
</activity-alias>
<activity android:name=".ui.activity.MainActivity" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment