summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Hamilton <jham@android.com>2011-07-18 22:49:05 -0500
committerJeff Hamilton <jham@android.com>2011-07-18 22:49:05 -0500
commit64dbc986c7f5fe8c0d082801c3205449244fe6cf (patch)
treeb7614f3984eef1604c7e621fd21e333521d9eea3
parent1c95a391385f05940d723c823bd4714f004097e7 (diff)
downloadandroid_packages_apps_Tag-64dbc986c7f5fe8c0d082801c3205449244fe6cf.tar.gz
android_packages_apps_Tag-64dbc986c7f5fe8c0d082801c3205449244fe6cf.tar.bz2
android_packages_apps_Tag-64dbc986c7f5fe8c0d082801c3205449244fe6cf.zip
Remove the share via My Tag feature.
Bug: 5042256 Change-Id: I6d76fa7f694e2e504238deeb91b59a54846f2680
-rw-r--r--AndroidManifest.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 33a9e8c..7761e16 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -32,6 +32,7 @@
android:icon="@drawable/ic_launcher_nfc"
android:label="@string/app_name"
>
+<!--
<activity android:name="TagBrowserActivity"
android:theme="@android:style/Theme.NoTitleBar"
android:screenOrientation="portrait"
@@ -39,11 +40,9 @@
<activity android:name="TagList" />
- <!-- TODO: lift the portrait restriction by re-working the list in the
- layout. -->
<activity android:name="MyTagList"
android:screenOrientation="portrait" />
-
+-->
<activity android:name="TagViewer"
android:theme="@android:style/Theme.NoTitleBar"
android:launchMode="singleTop"
@@ -65,7 +64,7 @@
</intent-filter>
</activity>
- <!-- Make the activity show up as "My tag" when resolving intent -->
+<!--
<activity android:name="EditTagActivity" android:label="@string/tab_my_tag">
<intent-filter>
<action android:name="android.intent.action.SEND"/>
@@ -86,6 +85,7 @@
android:launchMode="singleTop"
android:screenOrientation="portrait"
/>
+-->
<service android:name="TagService" />