Skip to content
This repository has been archived by the owner on Dec 21, 2019. It is now read-only.

Commit

Permalink
Remove unused sync prompt activities
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Steele committed Jan 18, 2012
1 parent b3e47ba commit 3d00a75
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 163 deletions.
16 changes: 1 addition & 15 deletions app/AndroidManifest.xml
Expand Up @@ -203,21 +203,7 @@
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
</activity>
<activity android:name=".activity.ContactsSyncPrompt"
android:theme="@android:style/Theme.Dialog">
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
</activity>
<activity android:name=".activity.CalendarSyncPrompt"
android:theme="@android:style/Theme.Dialog">
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
</activity>
<receiver android:name="LocaleReceiver">
<receiver android:name="LocaleReceiver">
<intent-filter>
<action android:name="android.intent.action.LOCALE_CHANGED"/>
</intent-filter>
Expand Down
24 changes: 0 additions & 24 deletions app/res/layout/calendar_sync_prompt.xml

This file was deleted.

24 changes: 0 additions & 24 deletions app/res/layout/contacts_sync_prompt.xml

This file was deleted.

50 changes: 0 additions & 50 deletions app/src/fm/last/android/activity/CalendarSyncPrompt.java

This file was deleted.

50 changes: 0 additions & 50 deletions app/src/fm/last/android/activity/ContactsSyncPrompt.java

This file was deleted.

0 comments on commit 3d00a75

Please sign in to comment.