summaryrefslogtreecommitdiffstats
path: root/packages/Shell/res/layout
Commit message (Collapse)AuthorAgeFilesLines
* Keep the BugreportWarningActivity screen on.Wei Liu2014-10-071-6/+11
| | | | | | | | Make the bugreport warning text scrollable. Bug: 16930717 Change-Id: I270ee3f3acdcdab2febc2a2768382bbfb20c438b
* Handle finished bugreports, share from private.Jeff Sharkey2013-03-131-0/+37
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