From 02ffba940ca96988ed3e7774c606b43c58373b5e Mon Sep 17 00:00:00 2001 From: Jeff Sharkey Date: Fri, 8 Mar 2013 16:13:15 -0800 Subject: 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 --- packages/Shell/res/layout/confirm_repeat.xml | 37 ++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 packages/Shell/res/layout/confirm_repeat.xml (limited to 'packages/Shell/res/layout') diff --git a/packages/Shell/res/layout/confirm_repeat.xml b/packages/Shell/res/layout/confirm_repeat.xml new file mode 100644 index 0000000..dc250d6 --- /dev/null +++ b/packages/Shell/res/layout/confirm_repeat.xml @@ -0,0 +1,37 @@ + + + + + + + -- cgit v1.1