History log of /frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/ReceiverActivity.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
5d3b37b947ea55901cd19bd058f5379736c31c47 01-Mar-2017 Garfield Tan <xutan@google.com> Remove DocumentsContract.ACTION_BROWSE.

Test: It builds.
Bug: 35760993
Change-Id: Icdd125d6e6329f703c4682b47b5b9fb80d7e1f27
/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/ReceiverActivity.java
e5a8a17ed2bb3ecf9665bcbc2232774f7f5d89f4 29-Oct-2016 Steve McKay <smckay@google.com> Remove the EXTRA_FANCY_FEATURES flag...

Which is no-longer necessary.

Test: build and run.

Change-Id: I515c4a1bf78cbf4d54304bf4ebe1059a596c95a0
/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/ReceiverActivity.java
f570c771f23792837fb63f708bfa5c948d5fcad7 11-May-2016 Steve McKay <smckay@google.com> Don't show new-window item in Downloads per Gabe.

Also, fix regression...don't show "internal storage" option in Downloads.
All other modes, fix inconsistencies in presentation of
internal-storage/new-windows commands by eliminating launch mode inference.
Update VolumeInfo and MTP provider to send correct launch mode extra.

Bug: 28691735,28695347
Change-Id: Ic480925f4c8f1beee4da104a2259c1ce5f28a6a1
/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/ReceiverActivity.java
1e3744441a1e4ead0a3c752644bee930be020698 11-Feb-2016 Daichi Hirono <hirono@google.com> Open the connected device in Files app when tapping notification.

Previously when tapping the MTP devce notification, MtpDocumentsProvider
opens home direcotry in Files app. The CL adds data URI of connected
device to the intent so that MtpDocumentsProvider can open the connected
device's root in Files app.

BUG=26611224
Change-Id: I97ecd6669852cd2fc875294cbcbf5660fbfaa0da
/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/ReceiverActivity.java
163e4b6ae8a51421c8a9cccfdc2fe872afd09971 18-Jan-2016 Daichi Hirono <hirono@google.com> Add launch notification for MTP devices.

The CL adds launch notification that are shown after MTP/PTP device is
connected to Android device. By tapping the notification, Users can
launch an applicaiton that can handle USB_DEVICE_ATTACHED intent of MTP
device.

BUG=26611224

Change-Id: I6fd179ccd436531dfff6ff9a50dc2b754c20f190
/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/ReceiverActivity.java
a57d9ed09003acd8b2beb0494a2bd32f7030cc11 07-Dec-2015 Daichi Hirono <hirono@google.com> Turn MtpDocumentsService foreground when devices are opend.

BUG=26047393

Change-Id: I70f69c5ddec500ed61d1a76fb9e2e296813b2a4e
/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/ReceiverActivity.java
df3f2e6fdd94f6d31b925ad9122c0fd6285ccc28 27-Jul-2015 Daichi Hirono <hirono@google.com> Add ReceiverActivity to MtpDocumentsProvider.

To show the application chooser for the UsbManager.ACTION_USB_DEVICE_ATTACHED
intent, the intent should be received by activity. The activity has NoDisplay
theme and immediately terminate after routing intent to MtpDocumentsService.

BUG=20274999

Change-Id: I2080ea433b1657dd68640681664adbf92d1d30e9
/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/ReceiverActivity.java