Create a one-time, first-run about activity that
introduces the concept of NFC and tags.

Change-Id: I4425ed36c87a71b38e88b0aa2280b22cfd81bcf4
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index dd3c84a..6386f18 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -66,6 +66,13 @@
             </intent-filter>
         </activity>
 
+        <activity android:name="AboutActivity"
+            android:label=""
+            android:theme="@style/AboutTheme"
+            android:launchMode="singleTop"
+            android:screenOrientation="portrait"
+        />
+
         <service android:name="TagService" />
 
         <provider android:name=".provider.TagProvider"