標籤

2013年1月15日 星期二

Android - List of URIs


List of URIs

Show: Applications Intents URIs Extras
This is a list of URIs that can be used in intents. View all fields. Add a new URI.
TitleURIs or MIME typesDescription
A collection         content://net.lp.collectionista.products/collections
For internal use only: content://net.lp.collectionista.products.collections
For example: content://net.lp.collectionista.products/collections/cd
For example (for internal use only): content://net.lp.collectionista.products.collections.cd
vnd.android.cursor.item/vnd.collectionista.product.collection.*
For example: vnd.android.cursor.item/vnd.collectionista.product.collection.cd
vnd.android.cursor.dir/vnd.collectionista.product.collection.*
For example: vnd.android.cursor.dir/vnd.collectionista.product.collection.cd
vnd.android.cursor.item/vnd.collectionista.product.collection
vnd.android.cursor.dir/vnd.collectionista.product.collection
MIME type for a collection. A collection of items.
A type of collectionscontent://net.lp.collectionista.types/collections
vnd.android.cursor.item/vnd.collectionista.type.collection.*
For example: vnd.android.cursor.item/vnd.collectionista.type.collection.cd
vnd.android.cursor.dir/vnd.collectionista.type.collection.*
For example: vnd.android.cursor.dir/vnd.collectionista.type.collection.cd
vnd.android.cursor.item/vnd.collectionista.type.collection
vnd.android.cursor.dir/vnd.collectionista.type.collection
MIME type for a type of collections. Describes the type, not the collection/product.
A type of itemscontent://net.lp.collectionista.types/items
vnd.android.cursor.item/vnd.collectionista.type.item.*
For example: vnd.android.cursor.item/vnd.collectionista.type.item.cd.music
vnd.android.cursor.dir/vnd.collectionista.type.item.*
For example: vnd.android.cursor.dir/vnd.collectionista.type.item.cd.music
vnd.android.cursor.item/vnd.collectionista.type.item
vnd.android.cursor.dir/vnd.collectionista.type.item
MIME type for a type of items. Describes the type, not the item/product.
An itemcontent://net.lp.collectionista.products/items
For internal use only: content://net.lp.collectionista.products.items
For example: content://net.lp.collectionista.products/items/cd/music
For example (for internal use only): content://net.lp.collectionista.products.items.cd.music
vnd.android.cursor.item/vnd.collectionista.product.item.*
For example: vnd.android.cursor.item/vnd.collectionista.product.item.cd.music
vnd.android.cursor.dir/vnd.collectionista.product.item.*
For example: vnd.android.cursor.dir/vnd.collectionista.product.item.cd.music
vnd.android.cursor.item/vnd.collectionista.product.item
vnd.android.cursor.dir/vnd.collectionista.product.item
MIME type for an item. An item that is part of a collection.
Android packageapplication/vnd.android.package-archive
MIME type for Android application packages (APK).
Atom feedhttp:// https:// application/atom+xml
Atom feed.
Audioaudio/*
Audio MIME type.
CD collectioncontent://net.lp.collectionista.products/collections/cd For internal use only: content://net.lp.collectionista.products.collections.cd
vnd.android.cursor.item/vnd.collectionista.product.collection.cd
vnd.android.cursor.dir/vnd.collectionista.product.collection.cd
MIME type for a CD collection. A collection of CD items.
CD itemcontent://net.lp.collectionista.products/items/cd
For internal use only: content://net.lp.collectionista.products.items.cd
For example: content://net.lp.collectionista.products/items/cd/music
For example (for internal use only): content://net.lp.collectionista.products.items.cd.music
vnd.android.cursor.item/vnd.collectionista.product.item.cd
vnd.android.cursor.dir/vnd.collectionista.product.item.cd
MIME type for a CD item. An vague CD item.
Collection composition          content://net.lp.collectionista.composition
For composing collections from items.
Email addressmailto:
Email address.
File to save URIfile.new://
Proposed File URI for a file that may not exist yet. Primarily used in conjunction with Pick File to modify the behavior of the app so that a non-existing file can somehow be picked. Similar in use to a "save as...".
File URIfile://
File location.
Flickrhttp://flickr.com/photos/ http://www.flickr.com/photos/
Access Flickr photos.
Folder to save URIfolder.new:// directory.new://
Proposed Folder URI for a folder that may not exist yet. Primarily used in conjunction with Pick Folder to modify the behavior of the app so that a non-existing folder can somehow be picked. Similar in use to a "save to...".
Folder URIfolder:// directory://
Folder location.
Generic collectioncontent://net.lp.collectionista.products/collections/generic For internal use only: content://net.lp.collectionista.products.collections.generic
vnd.android.cursor.item/vnd.collectionista.product.collection.generic
vnd.android.cursor.dir/vnd.collectionista.product.collection.generic
MIME type for a generic collection. A collection of all kinds of items (including generic items).
Generic itemcontent://net.lp.collectionista.products/items/generic For internal use only: content://net.lp.collectionista.products.items.generic
vnd.android.cursor.item/vnd.collectionista.product.item.generic
vnd.android.cursor.dir/vnd.collectionista.product.item.generic
MIME type for a generic item. A vague item.
Geo URIgeo:
Specify a location or query for a location.
Google Navigationgoogle.navigation:ll=latitude,longitude google.navigation:ll=latitude,longitude&mode=w
This URI is used with the android.intent.action.VIEW intent. Use basic URI, replacing latitude and longitude with the double values for that geo location. By default, you will punch out to the Google Navigation app for driving directions.
Use the variant with mode=w for walking directions.
Google Streetview         google.streetview:
Google street view location.
IMDb Name Activityimdb:///name/
This URI is used with the android.intent.action.VIEW intent. Replace nameID with an IMDb name id.
For example:
imdb:///name/nm0000199
imdb:///name/nm0000653
IMDb Searchimdb:///find?q=
This URI is used with the android.intent.action.VIEW intent. Replace search_query with your search terms.
For example:
imdb:///find?q=godfather
imdb:///find?q=blade%20runner
IMDb Title Activityimdb:///title/
This URI is used with the android.intent.action.VIEW intent. Replace titleID with an IMDb title id.
For example:
imdb:///title/tt0068646/
imdb:///title/tt0083658/
Mediamedia/*
Media MIME type.
MediaStore Audiocontent://media/internal/audio/media content://media/external/audio/media
vnd.android.cursor.dir/audio
vnd.android.cursor.item/audio
Audio files in the media store.
Music CD itemcontent://net.lp.collectionista.products/items/cd/music For internal use only: content://net.lp.collectionista.products.items.cd.music
vnd.android.cursor.item/vnd.collectionista.product.item.cd.music
vnd.android.cursor.dir/vnd.collectionista.product.item.cd.music
MIME type for a music CD item. A music CD item.
Notepad notecontent://com.google.provider.NotePad content://com.google.provider.NotePad/notes
vnd.android.cursor.dir/vnd.google.note
vnd.android.cursor.item/vnd.google.note
Note for Notepad application.
Ogg
application/ogg
application/x-ogg
Ogg media MIME type.
Playlistcontent://media/internal/audio/playlists content://media/external/audio/playlists
vnd.android.cursor.dir/playlist
vnd.android.cursor.item/playlist
Playlists for audio content.
RSS feedhttp:// https:// application/rss+xml
RSS feed.
Shopping listcontent://org.openintents.shopping
content://org.openintents.shopping/items
content://org.openintents.shopping/lists
content://org.openintents.shopping/contains
vnd.android.cursor.dir/vnd.openintents.shopping.list
vnd.android.cursor.item/vnd.openintents.shopping.list
vnd.android.cursor.dir/vnd.openintents.shopping.item
vnd.android.cursor.item/vnd.openintents.shopping.item
Shopping lists and items.
SSHssh:
Support for the SSH protocol.
SSH hostscontent://org.theb.provider.HostDb/hosts
vnd.android.cursor.dir/vnd.theb.host
vnd.android.cursor.item/vnd.theb.host
List of hosts for SSH connection.
Tagscontent://org.openintents.tags
content://org.openintents.tags/tags
content://org.openintents.tags/contents
vnd.android.cursor.dir/vnd.openintents.tag
vnd.android.cursor.item/vnd.openintents.tag
Tags and relation to content URIs.
Telephone numbertel:
Telephone number.
Videovideo/*
Video MIME type.
Voicemailvoicemail:
Voicemail.
Web addresshttp:// https://
Web address.
WikiNotescontent://com.google.android.wikinotes.db.wikinotes
content://com.google.android.wikinotes.db.wikinotes/wikinotes
content://com.google.android.wikinotes.db.wikinotes/wiki/search
vnd.android.cursor.item/vnd.google.wikinote
vnd.android.cursor.dir/vnd.google.wikinote
WikiNotes.

沒有留言:

張貼留言