Removed some cruft

pull/14/head
Tim Su 14 years ago
parent a305c6b947
commit 8c2d742336

@ -120,9 +120,6 @@
<!-- Activity that configures widget --> <!-- Activity that configures widget -->
<activity android:name="com.todoroo.astrid.widget.WidgetConfigActivity" <activity android:name="com.todoroo.astrid.widget.WidgetConfigActivity"
android:theme="@style/Theme"> android:theme="@style/Theme">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
</intent-filter>
</activity> </activity>
<!-- Activity to configure Power Pack widget --> <!-- Activity to configure Power Pack widget -->
<activity android:name="com.todoroo.astrid.widget.ConfigurePowerWidgetActivity"> <activity android:name="com.todoroo.astrid.widget.ConfigurePowerWidgetActivity">
@ -283,9 +280,6 @@
<action android:name="com.todoroo.astrid.TASK_LIST_MENU" /> <action android:name="com.todoroo.astrid.TASK_LIST_MENU" />
<category android:name="android.intent.category.DEFAULT" /> <category android:name="android.intent.category.DEFAULT" />
</intent-filter> </intent-filter>
<intent-filter>
<action android:name="android.intent.action.MAIN" />
</intent-filter>
</activity> </activity>
<activity android:name="com.todoroo.astrid.backup.BackupPreferences" <activity android:name="com.todoroo.astrid.backup.BackupPreferences"
android:label="@string/backup_BPr_header"> android:label="@string/backup_BPr_header">
@ -371,9 +365,6 @@
android:screenOrientation="portrait" android:screenOrientation="portrait"
android:finishOnTaskLaunch="true" android:finishOnTaskLaunch="true"
android:clearTaskOnLaunch="true"> android:clearTaskOnLaunch="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
</intent-filter>
</activity> </activity>
<!-- producteev --> <!-- producteev -->
@ -391,9 +382,6 @@
<action android:name="com.todoroo.astrid.SETTINGS" /> <action android:name="com.todoroo.astrid.SETTINGS" />
<category android:name="android.intent.category.DEFAULT" /> <category android:name="android.intent.category.DEFAULT" />
</intent-filter> </intent-filter>
<intent-filter>
<action android:name="android.intent.action.MAIN" />
</intent-filter>
</activity> </activity>
<activity android:name="com.todoroo.astrid.producteev.ProducteevLoginActivity" <activity android:name="com.todoroo.astrid.producteev.ProducteevLoginActivity"
android:theme="@style/Theme" /> android:theme="@style/Theme" />
@ -441,9 +429,6 @@
<action android:name="com.todoroo.astrid.SETTINGS" /> <action android:name="com.todoroo.astrid.SETTINGS" />
<category android:name="android.intent.category.DEFAULT" /> <category android:name="android.intent.category.DEFAULT" />
</intent-filter> </intent-filter>
<intent-filter>
<action android:name="android.intent.action.MAIN" />
</intent-filter>
</activity> </activity>
<service android:name="org.weloveastrid.rmilk.MilkBackgroundService"/> <service android:name="org.weloveastrid.rmilk.MilkBackgroundService"/>
<receiver android:name="org.weloveastrid.rmilk.MilkStartupReceiver"> <receiver android:name="org.weloveastrid.rmilk.MilkStartupReceiver">

Loading…
Cancel
Save