History log of /frameworks/base/packages/Shell/src/com/android/shell/BugreportReceiver.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
e255e4e5365c56b9f49b74d8e3fae14b714cda5b 06-Oct-2014 Wei Liu <luciferleo@google.com> Hide bug report notification in Android Framework from watches.

Bug: 17806348
Change-Id: I1a90a9bc68d8ef4ff540dbbd9e4af4bfed8a61ae
/frameworks/base/packages/Shell/src/com/android/shell/BugreportReceiver.java
255dd04271088590fedc46c8e22b2fd4ab142d39 19-Aug-2014 Selim Cinek <cinek@google.com> Added notification color to all system notifications

Bug: 17128331
Change-Id: I81a94510ef51b99916f314c0dd65852426a1fbeb
/frameworks/base/packages/Shell/src/com/android/shell/BugreportReceiver.java
e37e9ba3ca3aed4109eb75b2e9ac622a7322caca 20-Mar-2013 Jeff Sharkey <jsharkey@android.com> Show notification ticker for finished bugreports.

Change-Id: I7d326b0da83c3ae334739cdb8cb4ca18f948c50f
/frameworks/base/packages/Shell/src/com/android/shell/BugreportReceiver.java
d9526907d1a51ef0b35bfbbeee43fa209d8b5bbf 14-Mar-2013 Jeff Sharkey <jsharkey@android.com> Move deleteOlderFiles() to framework, tests.

Supports both age and count based constraints. Added light docs and
tests to verify behavior.

Bug: 8387555
Change-Id: If4d0dac8bc54ce705c2a339bc09a60ea748728b8
/frameworks/base/packages/Shell/src/com/android/shell/BugreportReceiver.java
02ffba940ca96988ed3e7774c606b43c58373b5e 09-Mar-2013 Jeff Sharkey <jsharkey@android.com> Handle finished bugreports, share from private.

Show notification when a bugreport is finished, letting the user
launch a SEND_MULTIPLE intent to share them. Add dialog that warns
user about contents before sharing. Since bugreports are now stored
in private app data of the Shell app, use FileProvider to build Uris
that we can grant others access to.

Define BUGREPORT_FINISHED as being a protected broadcast. Delete
older bugreports automatically to reclaim disk space. Migrate any
Intent extras to ClipData when building PendingIntents.

Add --receiver-permission support to am shell command.

Bug: 7005318
Change-Id: If6c607dbcf137362d5887eac482ff7391563890f
/frameworks/base/packages/Shell/src/com/android/shell/BugreportReceiver.java