summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorDaniel Sandler <dsandler@android.com>2013-08-23 00:48:52 -0400
committerDaniel Sandler <dsandler@android.com>2013-08-23 00:53:59 -0400
commit8b0405888f69dfe36fec10811e2ef51ceb06cb59 (patch)
tree8a1a81384112bea860d9e711dd47c4e8a75e00e3 /AndroidManifest.xml
parent826420b1940b1fd200d66c19410d1231a7e3595a (diff)
downloadandroid_packages_apps_Trebuchet-8b0405888f69dfe36fec10811e2ef51ceb06cb59.tar.gz
android_packages_apps_Trebuchet-8b0405888f69dfe36fec10811e2ef51ceb06cb59.tar.bz2
android_packages_apps_Trebuchet-8b0405888f69dfe36fec10811e2ef51ceb06cb59.zip
Remove obsolete widget adder shortcut.
Bug: 10441366 Change-Id: Ie9d70010ecdee3332595be6296fef604e3d676a8
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml11
1 files changed, 0 insertions, 11 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index cd3598f4e..477c4e1d3 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -91,17 +91,6 @@
</activity>
<activity
- android:name="com.android.launcher3.WidgetAdder"
- android:label="@string/widget_adder"
- android:icon="@mipmap/ic_launcher_home">
- <intent-filter>
- <action android:name="android.intent.action.MAIN" />
- <category android:name="android.intent.category.DEFAULT" />
- <category android:name="android.intent.category.LAUNCHER" />
- </intent-filter>
- </activity>
-
- <activity
android:name="com.android.launcher3.ToggleWeightWatcher"
android:label="@string/toggle_weight_watcher"
android:enabled="@bool/debug_memory_enabled"