Remove obsolete widget adder shortcut.

Bug: 10441366
Change-Id: Ie9d70010ecdee3332595be6296fef604e3d676a8
This commit is contained in:
Daniel Sandler
2013-08-23 00:48:52 -04:00
parent 826420b194
commit 8b0405888f

View File

@@ -90,17 +90,6 @@
</intent-filter>
</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"