OSDN Git Service

Remove the Tag app.
authorJeff Hamilton <jham@android.com>
Mon, 18 Oct 2010 18:14:21 +0000 (13:14 -0500)
committerJeff Hamilton <jham@android.com>
Mon, 18 Oct 2010 18:14:21 +0000 (13:14 -0500)
commit15b480d05245b3e2e23e17afce69081eba36574c
treeec5be165f5faacf1912487a53279fdd125ed96bb
parentf8580cf67655e5b4dcf14b2520a8897e97053608
Remove the Tag app.

It's moving to package/apps/Tag.

Change-Id: I1f800fd718b3a06feeeba8fa1564acd3ca173510
45 files changed:
apps/Tag/.gitignore [deleted file]
apps/Tag/Android.mk [deleted file]
apps/Tag/AndroidManifest.xml [deleted file]
apps/Tag/res/drawable-hdpi/ic_launcher_nfc.png [deleted file]
apps/Tag/res/drawable-hdpi/ic_menu_tag.png [deleted file]
apps/Tag/res/drawable-hdpi/ic_tab_selected_starred.png [deleted file]
apps/Tag/res/drawable-hdpi/ic_tab_unselected_starred.png [deleted file]
apps/Tag/res/drawable-mdpi/ic_launcher_nfc.png [deleted file]
apps/Tag/res/drawable-mdpi/ic_menu_tag.png [deleted file]
apps/Tag/res/drawable-mdpi/ic_tab_selected_starred.png [deleted file]
apps/Tag/res/drawable-mdpi/ic_tab_unselected_starred.png [deleted file]
apps/Tag/res/drawable/ic_tab_starred.xml [deleted file]
apps/Tag/res/layout/main.xml [deleted file]
apps/Tag/res/layout/tag_divider.xml [deleted file]
apps/Tag/res/layout/tag_list_item.xml [deleted file]
apps/Tag/res/layout/tag_text.xml [deleted file]
apps/Tag/res/layout/tag_uri.xml [deleted file]
apps/Tag/res/layout/tag_viewer.xml [deleted file]
apps/Tag/res/values/strings.xml [deleted file]
apps/Tag/res/values/styles.xml [deleted file]
apps/Tag/src/com/android/apps/tag/MockNdefMessages.java [deleted file]
apps/Tag/src/com/android/apps/tag/NdefUtil.java [deleted file]
apps/Tag/src/com/android/apps/tag/TagAdapter.java [deleted file]
apps/Tag/src/com/android/apps/tag/TagBrowserActivity.java [deleted file]
apps/Tag/src/com/android/apps/tag/TagDBHelper.java [deleted file]
apps/Tag/src/com/android/apps/tag/TagList.java [deleted file]
apps/Tag/src/com/android/apps/tag/TagService.java [deleted file]
apps/Tag/src/com/android/apps/tag/TagViewer.java [deleted file]
apps/Tag/src/com/android/apps/tag/message/EmptyMessage.java [deleted file]
apps/Tag/src/com/android/apps/tag/message/NdefMessageParser.java [deleted file]
apps/Tag/src/com/android/apps/tag/message/ParsedNdefMessage.java [deleted file]
apps/Tag/src/com/android/apps/tag/message/SmartPosterMessage.java [deleted file]
apps/Tag/src/com/android/apps/tag/message/TextMessage.java [deleted file]
apps/Tag/src/com/android/apps/tag/message/UnknownMessage.java [deleted file]
apps/Tag/src/com/android/apps/tag/message/UriMessage.java [deleted file]
apps/Tag/src/com/android/apps/tag/record/ParsedNdefRecord.java [deleted file]
apps/Tag/src/com/android/apps/tag/record/SmartPoster.java [deleted file]
apps/Tag/src/com/android/apps/tag/record/TextRecord.java [deleted file]
apps/Tag/src/com/android/apps/tag/record/UriRecord.java [deleted file]
apps/Tag/tests/Android.mk [deleted file]
apps/Tag/tests/AndroidManifest.xml [deleted file]
apps/Tag/tests/build.properties [deleted file]
apps/Tag/tests/src/com/android/apps/tag/NdefUtilTest.java [deleted file]
apps/Tag/tests/src/com/android/apps/tag/SmartPosterTest.java [deleted file]
apps/Tag/tests/src/com/android/apps/tag/TagsTest.java [deleted file]