Skip to content

Commit

Permalink
Put absolute path to the activity
Browse files Browse the repository at this point in the history
  • Loading branch information
2dwarfs committed Feb 4, 2013
1 parent a6a9477 commit 89d3d0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AndroidManifest.xml
Expand Up @@ -9,11 +9,11 @@
android:label="@string/app_name" >
<activity
android:label="@string/app_name"
android:name=".FallAnimationActivity" >
android:name="com.twodwarfs.fallanimation.FallAnimationActivity" >
<intent-filter >
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
</application>
</manifest>
</manifest>

0 comments on commit 89d3d0d

Please sign in to comment.