Skip to content

Instantly share code, notes, and snippets.

@hkakutalua
Created December 24, 2017 12:37
Show Gist options
  • Save hkakutalua/ca58c315ffebcba12edabba16ad6a3c8 to your computer and use it in GitHub Desktop.
Save hkakutalua/ca58c315ffebcba12edabba16ad6a3c8 to your computer and use it in GitHub Desktop.
PopularMoviesActivity renamed in manifest
...
<activity android:name=".activities.PopularMoviesActivity">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment