summaryrefslogtreecommitdiffstats
path: root/src/com/android/mtp/MtpDocumentsService.java
Commit message (Expand)AuthorAgeFilesLines
* Use Context#startForegroundService in MTP providerDaichi Hirono2017-04-071-32/+40
* Start MtpDocumentsService as foreground service.Daichi Hirono2017-02-021-32/+43
* Remove "don't disconnect the device" description.Daichi Hirono2016-04-271-3/+0
* Stops performing operations that does not supported by MTP device.Daichi Hirono2016-02-261-29/+16
* Open MTP device on demand.Daichi Hirono2016-02-041-28/+7
* Update "accessing files" notification resources.Daichi Hirono2016-01-251-27/+31
* Turn MtpDocumentsService foreground when devices are opend.Daichi Hirono2015-12-081-43/+74
* Reopen MTP devices when the provider is created.Daichi Hirono2015-11-301-21/+13
* Don't close database when all devices have been detached.Daichi Hirono2015-11-191-5/+5
* Start to use MtpDatabase in RootScanner.Daichi Hirono2015-11-161-1/+5
* Add MtpDocumentsService.Daichi Hirono2015-07-281-0/+111