Files
frameworks_base/core/java/android/nfc
Nick Pelly c97a552023 Improve NDEF API's
o Add NdefRecord.toMimeType()
  Maps the record to a MIME type
o Add NdefRecord.toUri()
  Maps the record to a URI
o Add hidden NfcAdapter.dispatch()
  Helps test the dispatch path.
o Modify createMime(), createUri() and createExternal():
  Do not try and strictly follow RFC requirements for URI or MIME content
  types. This just leads to heartbreak - the RFC requirements are too strict.
  For example RFC1341 forbids the use of '.' in a MIME type, however this is in
  common use in types such as "application/vnd.companyname". I think the best
  approach is to only remove 'obvious' whitespace issues, and to convert
  uppercase to lowercase as per Android guidelines.

Change-Id: Id686f5f3b05b2dceafad48e1cfcbdb2b3890b854
2012-01-25 13:17:19 -08:00
..
2011-04-01 14:41:18 -05:00
2011-04-01 14:41:18 -05:00
2011-08-26 17:28:45 -07:00
2012-01-25 13:17:19 -08:00
2011-08-26 16:30:58 -07:00
2010-10-12 18:37:26 -07:00
2012-01-25 13:17:19 -08:00
2010-10-12 18:37:26 -07:00
2012-01-25 13:17:19 -08:00
2012-01-25 13:17:19 -08:00
2010-10-12 18:37:26 -07:00
2011-12-15 10:28:52 -08:00