OSDN Git Service

new SaveTag activity, additional utilities
authorNick Kralevich <nnk@google.com>
Mon, 4 Oct 2010 16:34:39 +0000 (09:34 -0700)
committerNick Kralevich <nnk@google.com>
Mon, 4 Oct 2010 16:34:39 +0000 (09:34 -0700)
commit41681e0be1d6ba0005f8c6174e2335e647a0fa22
tree5b1b79209927dd962c1a7f39c08ceae29405d4ec
parente97e78a0600e08b0e84edee96aea81145c0df44c
new SaveTag activity, additional utilities

The SaveTag activity will receive an intent with the
contents of the NdefRecord, and will be responsible
for commiting that record to the database.

Add NdefUtil, which can convert an NdefRecord
to a URI, and vise-versa.

Change-Id: Icf8682a00774da6e246961d34de5bc5baa7550cb
apps/Tag/Android.mk
apps/Tag/AndroidManifest.xml
apps/Tag/src/com/android/apps/tag/NdefUtil.java [new file with mode: 0644]
apps/Tag/src/com/android/apps/tag/SaveTag.java [new file with mode: 0644]
apps/Tag/src/com/android/apps/tag/TagDBHelper.java
apps/Tag/src/com/android/apps/tag/TagList.java
apps/Tag/src/com/android/apps/tag/TagUi.java [deleted file]
apps/Tag/src/com/android/apps/tag/Tags.java
apps/Tag/tests/src/com/android/apps/tag/TagBroadcastReceiverTest.java [deleted file]