From 6a6335f4fd3b5be7ea55c04b6dfeb889b62b80be Mon Sep 17 00:00:00 2001 From: Scott Main Date: Fri, 14 Oct 2011 11:11:21 -0700 Subject: [PATCH] DO NOT MERGE. remove stream item activities from sample app Change-Id: I485e68e011a12ec91f0e5f3eae742217acad8ca3 --- samples/SampleSyncAdapter/AndroidManifest.xml | 30 -------------- .../res/layout/view_stream_item_activity.xml | 32 --------------- .../view_stream_item_photo_activity.xml | 32 --------------- .../SampleSyncAdapter/res/values/strings.xml | 10 ----- .../res/xml-v14/contacts.xml | 2 - .../activities/ViewStreamItemActivity.java | 41 ------------------- .../ViewStreamItemPhotoActivity.java | 41 ------------------- 7 files changed, 188 deletions(-) delete mode 100644 samples/SampleSyncAdapter/res/layout/view_stream_item_activity.xml delete mode 100644 samples/SampleSyncAdapter/res/layout/view_stream_item_photo_activity.xml delete mode 100644 samples/SampleSyncAdapter/src/com/example/android/samplesync/activities/ViewStreamItemActivity.java delete mode 100644 samples/SampleSyncAdapter/src/com/example/android/samplesync/activities/ViewStreamItemPhotoActivity.java diff --git a/samples/SampleSyncAdapter/AndroidManifest.xml b/samples/SampleSyncAdapter/AndroidManifest.xml index 285abfba8..54c159439 100644 --- a/samples/SampleSyncAdapter/AndroidManifest.xml +++ b/samples/SampleSyncAdapter/AndroidManifest.xml @@ -128,35 +128,5 @@ android:mimeType="vnd.android.cursor.item/group" /> - - - - - - - - - - - - - - - - diff --git a/samples/SampleSyncAdapter/res/layout/view_stream_item_activity.xml b/samples/SampleSyncAdapter/res/layout/view_stream_item_activity.xml deleted file mode 100644 index a04d07fe2..000000000 --- a/samples/SampleSyncAdapter/res/layout/view_stream_item_activity.xml +++ /dev/null @@ -1,32 +0,0 @@ - - - - - - diff --git a/samples/SampleSyncAdapter/res/layout/view_stream_item_photo_activity.xml b/samples/SampleSyncAdapter/res/layout/view_stream_item_photo_activity.xml deleted file mode 100644 index ddc09d098..000000000 --- a/samples/SampleSyncAdapter/res/layout/view_stream_item_photo_activity.xml +++ /dev/null @@ -1,32 +0,0 @@ - - - - - - diff --git a/samples/SampleSyncAdapter/res/values/strings.xml b/samples/SampleSyncAdapter/res/values/strings.xml index 22fe14ec7..84c94d1c5 100644 --- a/samples/SampleSyncAdapter/res/values/strings.xml +++ b/samples/SampleSyncAdapter/res/values/strings.xml @@ -129,14 +129,4 @@ This is the group uri: - - This would now show the details of the stream item. - - This is the uri of the stream item: - - - This would now show the details of the stream item photo. - - This is the uri of the photo: - \ No newline at end of file diff --git a/samples/SampleSyncAdapter/res/xml-v14/contacts.xml b/samples/SampleSyncAdapter/res/xml-v14/contacts.xml index 48e079adc..b4ad2a0fd 100644 --- a/samples/SampleSyncAdapter/res/xml-v14/contacts.xml +++ b/samples/SampleSyncAdapter/res/xml-v14/contacts.xml @@ -24,8 +24,6 @@ viewContactNotifyService="com.example.android.samplesync.notifier.NotifierService" viewGroupActivity="com.example.android.samplesync.activities.ViewGroupActivity" viewGroupActionLabel="@string/view_group_action_label" - viewStreamItemActivity="com.example.android.samplesync.activities.ViewStreamItemActivity" - viewStreamItemPhotoActivity="com.example.android.samplesync.activities.ViewStreamItemPhotoActivity" >