History log of /frameworks/base/services/usb/java/com/android/server/usb/MtpNotificationManager.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
282cfefea0fbbd299839e353e6d30affdcd4a55c 27-Mar-2017 Chris Wren <cwren@android.com> standardize system notification IDs

All the trivial cases, plus some fixes to try to
mitigate collisions with the complex ones.

Complex services to follow in another CL,

Bug: 32584866
Test: make framework services
Change-Id: Ie9663600171d8ede11676e9d66f009dbb06def03
/frameworks/base/services/usb/java/com/android/server/usb/MtpNotificationManager.java
af759c52ce01fe6b5144957e38da956af01a217b 15-Feb-2017 Geoffrey Pitsch <gpitsch@google.com> Channels for Frameworks notifications

Adapts all notifications used by system services to use channels.
Channels are initialized by SystemServer after the NotificationService
has started.

Test: runtest systemui-notification
Change-Id: I25c45293b786adb57787aeab4c2613c9d7c89dab
/frameworks/base/services/usb/java/com/android/server/usb/MtpNotificationManager.java
236b9e8eb4ad14068ef42ee2f4f89460f36ed37d 31-May-2016 Philip P. Moltmann <moltmann@google.com> Handle the uncommon case that a name is null

Bug: 29037588
Change-Id: I697184bd1ae4d519f8f29bf612ba13843e6662cb
/frameworks/base/services/usb/java/com/android/server/usb/MtpNotificationManager.java
f8a0c8536e36578152f25635738dd6313aa09285 08-Mar-2016 Daichi Hirono <hirono@google.com> Skip MTP launch notification for devices having FEATURE_AUTOMOTIVE.

BUG=27410621

Change-Id: I1fd2ad663d8e5c5507a8e5e93aafea9d4188ed02
/frameworks/base/services/usb/java/com/android/server/usb/MtpNotificationManager.java
fda7474c5faae1e36a9274d8a5fe83e42ec6503b 01-Feb-2016 Daichi Hirono <hirono@google.com> Open MTP device on demand.

Previously MtpDocumentsProvider opens a device just after device is
connected to Android. But MtpDocumentsProvider should open MTP device on
demand so that other applications can open device if user starts to use
the application before using MtpDocumentsProvider.

BUG=26625708

Change-Id: I6083b8c7cef49ee6e9fb0d15ca4adc129734f3eb
/frameworks/base/services/usb/java/com/android/server/usb/MtpNotificationManager.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/services/usb/java/com/android/server/usb/MtpNotificationManager.java