diff options
author | Mike Lockwood <lockwood@android.com> | 2010-11-20 12:28:27 -0500 |
---|---|---|
committer | Mike Lockwood <lockwood@android.com> | 2010-11-23 10:30:31 -0500 |
commit | a31560598af25d5116effc2a6af0d9be12a0628d (patch) | |
tree | 2dc63726586ff8ae3351d227f714408a3aaf443f /api/current.xml | |
parent | 57914381a80c9f19cf5227b4af9e822fa0c74ea9 (diff) | |
download | frameworks_base-a31560598af25d5116effc2a6af0d9be12a0628d.zip frameworks_base-a31560598af25d5116effc2a6af0d9be12a0628d.tar.gz frameworks_base-a31560598af25d5116effc2a6af0d9be12a0628d.tar.bz2 |
Rename android.provider.Mtp to android.provider.Ptp
We are only supporting the PTP subset of MTP in host mode and have
no plans for full MTP, so calling it Mtp was misleading.
Also moved ACTION_MTP_SESSION_END Intent name to android.provider.MediaStore
and added it to the public API.
Change-Id: Ie35d15864d5972e65a39b982aa51316ecca3725a
Signed-off-by: Mike Lockwood <lockwood@android.com>
Diffstat (limited to 'api/current.xml')
-rw-r--r-- | api/current.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/api/current.xml b/api/current.xml index 403e3d0..cf2fe45 100644 --- a/api/current.xml +++ b/api/current.xml @@ -157973,6 +157973,17 @@ visibility="public" > </field> +<field name="ACTION_MTP_SESSION_END" + type="java.lang.String" + transient="false" + volatile="false" + value=""android.provider.action.MTP_SESSION_END"" + static="true" + final="true" + deprecated="not deprecated" + visibility="public" +> +</field> <field name="ACTION_VIDEO_CAPTURE" type="java.lang.String" transient="false" |