index
:
Project-1CE/frameworks_base
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
os
/
DropBoxManager.java
Age
Commit message (
Expand
)
Author
2021-07-20
DropBoxManager: Fix doc build error
Shuzhen Wang
2021-01-12
Interface to dynamically generate DropBox data.
Jeff Sharkey
2020-07-31
Merge "Update language to comply with Android's inclusive language guidance" ...
Treehugger Robot
2020-07-31
Update language to comply with Android's inclusive language guidance
Lais Andrade
2020-07-16
Carry attributionTag for DropBoxManager
Philip P. Moltmann
2020-01-13
Use new UnsupportedAppUsage annotation.
Artur Satayev
2019-12-18
Use new UnsupportedAppUsage annotation.
Artur Satayev
2019-03-27
Limit broadcast rate for low priority DropBox entries
Michael Wachenschwanz
2019-03-22
Merge "Add EXTRA_DROPPED_COUNT for ACTION_DROPBOX_ENTRY_ADDED"
Michael Wachenschwanz
2019-03-21
Add EXTRA_DROPPED_COUNT for ACTION_DROPBOX_ENTRY_ADDED
Michael Wachenschwanz
2019-03-15
Add @UnsupportedAppUsage annotations
Andrei Onea
2019-02-28
All Parcelable CREATOR fields are @NonNull.
Jeff Sharkey
2018-05-23
Protect usage data with OP_GET_USAGE_STATS.
Jeff Sharkey
2017-06-05
Annotate @SystemApi with required permissions.
Jeff Sharkey
2017-04-25
Fix some issues found by new doclava linter.
Jeff Sharkey
2016-03-09
Log when pre-N apps send too much to DropBox.
Jeff Sharkey
2016-02-27
When system server goes down, crash apps more.
Jeff Sharkey
2015-06-03
Fix DropBoxManager.Entry parcels with fds.
Tim Kilbourn
2013-11-20
Remove unused imports from frameworks/base.
John Spurlock
2010-12-13
resolved conflicts for merge of 4b94c451 to stage-korg-master
Jean-Baptiste Queru
2010-12-08
Added dropbox broadcast notification
Hakan Still
2010-11-16
am 383e95e2: Merge "DropBox: Read until the end of stream has been reached"
Brad Fitzpatrick
2010-11-16
DropBox: Read until the end of stream has been reached
Christian Lindeberg
2010-10-08
DropBoxManager.Entry implements Closeable
Brad Fitzpatrick
2010-10-07
More DropBoxManager javadoc love.
Brad Fitzpatrick
2010-10-07
DropBox.Entry javadoc syntax fix
Brad Fitzpatrick
2010-07-21
am e8605af5: Merge "Avoid leaking file descriptors when returning drop box ev...
Dan Egnor
2010-07-21
Avoid leaking file descriptors when returning drop box events.
Dan Egnor
2010-06-14
Dropbox: remove redundant Entry construction.
Brad Fitzpatrick
2009-11-25
Change the DropBoxManager API slightly (this is public, but not yet released) --
Dan Egnor
2009-11-14
Fix the SDK build.
Dan Egnor
2009-11-12
Rename [I]DropBox[Service] to [I]DropBoxManager[Service].
Dan Egnor