am 62097ad6: Merge "@hide MediaStore.ACTION_MTP_SESSION_END" into honeycomb

* commit '62097ad654bcab30057f56b46bbac5c41cfe9ec0':
  @hide MediaStore.ACTION_MTP_SESSION_END
This commit is contained in:
Mike Lockwood
2011-01-19 16:11:55 -08:00
committed by Android Git Automerger
3 changed files with 2 additions and 22 deletions

View File

@@ -160213,17 +160213,6 @@
visibility="public"
>
</field>
<field name="ACTION_MTP_SESSION_END"
type="java.lang.String"
transient="false"
volatile="false"
value="&quot;android.provider.action.MTP_SESSION_END&quot;"
static="true"
final="true"
deprecated="not deprecated"
visibility="public"
>
</field>
<field name="ACTION_VIDEO_CAPTURE"
type="java.lang.String"
transient="false"

View File

@@ -161687,17 +161687,6 @@
visibility="public"
>
</field>
<field name="ACTION_MTP_SESSION_END"
type="java.lang.String"
transient="false"
volatile="false"
value="&quot;android.provider.action.MTP_SESSION_END&quot;"
static="true"
final="true"
deprecated="not deprecated"
visibility="public"
>
</field>
<field name="ACTION_VIDEO_CAPTURE"
type="java.lang.String"
transient="false"

View File

@@ -57,6 +57,8 @@ public final class MediaStore {
* Broadcast Action: A broadcast to indicate the end of an MTP session with the host.
* This broadcast is only sent if MTP activity has modified the media database during the
* most recent MTP session.
*
* @hide
*/
public static final String ACTION_MTP_SESSION_END = "android.provider.action.MTP_SESSION_END";