new icon.

Change-Id: I17751bbd0dc9d900002ef68ee51a4ddaf1600281
diff --git a/apps/Tag/AndroidManifest.xml b/apps/Tag/AndroidManifest.xml
index 13feddd..adb9373 100644
--- a/apps/Tag/AndroidManifest.xml
+++ b/apps/Tag/AndroidManifest.xml
@@ -22,7 +22,7 @@
 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
     package="com.android.apps.tag">
     <application android:label="Tags">
-        <activity android:name="Tags">
+        <activity android:name="Tags" android:icon="@drawable/ic_launcher_nfc">
             <intent-filter>
                 <action android:name="android.intent.action.MAIN"/>
                 <category android:name="android.intent.category.LAUNCHER"/>
diff --git a/apps/Tag/res/drawable/ic_launcher_nfc.png b/apps/Tag/res/drawable/ic_launcher_nfc.png
new file mode 100644
index 0000000..9b076ab
--- /dev/null
+++ b/apps/Tag/res/drawable/ic_launcher_nfc.png
Binary files differ