Skip to content

Commit

Permalink
Removed reference to app icon from the Manifest.
Browse files Browse the repository at this point in the history
  • Loading branch information
johannilsson committed Apr 14, 2011
1 parent 32a0ec5 commit 8b9f191
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions pulltorefresh/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
package="com.markupartist.android.widget.pulltorefresh"
android:versionCode="1"
android:versionName="1.0">
<application android:icon="@drawable/icon" android:label="@string/app_name">


<application android:label="@string/app_name">
</application>


</manifest>

0 comments on commit 8b9f191

Please sign in to comment.