The method Intent.parseUri(..., Intent.URI_INTENT_SCHEME)
available since API level 4 allows to "serialize" essentially all of an Intent instance data into a URI under the "intent:" scheme. 1) Is there an official, published specification for that URI scheme? 2) Are URIs generated with Intent.toUri() and consumed by Intent.parseUri() stable/supported across API versions (supported in future platform version)? Thanks, \Tobias -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

