History log of /frameworks/base/packages/Shell/src/com/android/shell/BugreportPrefs.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
fcca68dfb137c061952d23e1873e995e6bcf172d 12-Apr-2016 Felipe Leme <felipeal@google.com> Revert warning logic so it has a "don't show again" message.

BUG: 28140003

Change-Id: I93e7b1494a0f4c5ca080fbe9dd94dc2168092ffa
/frameworks/base/packages/Shell/src/com/android/shell/BugreportPrefs.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/BugreportPrefs.java