OSDN Git Service

Remove obsolete widget adder shortcut.
authorDaniel Sandler <dsandler@android.com>
Fri, 23 Aug 2013 04:48:52 +0000 (00:48 -0400)
committerDaniel Sandler <dsandler@android.com>
Fri, 23 Aug 2013 04:53:59 +0000 (00:53 -0400)
Bug: 10441366
Change-Id: Ie9d70010ecdee3332595be6296fef604e3d676a8

AndroidManifest.xml

index cd3598f..477c4e1 100644 (file)
         </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"