diff options
author | John Spurlock <jspurlock@google.com> | 2013-07-17 12:23:27 -0400 |
---|---|---|
committer | John Spurlock <jspurlock@google.com> | 2013-07-17 12:23:27 -0400 |
commit | 209bede6b9edb9171e5bee4077b48e35004a37b4 (patch) | |
tree | f89c2a0651b3962cfe089306de390bd6e06cb186 /packages/SystemUI/src/com/android/systemui/screenshot | |
parent | 4a8baef3f56042ab4592db030c61af0a4c632d15 (diff) | |
download | frameworks_base-209bede6b9edb9171e5bee4077b48e35004a37b4.zip frameworks_base-209bede6b9edb9171e5bee4077b48e35004a37b4.tar.gz frameworks_base-209bede6b9edb9171e5bee4077b48e35004a37b4.tar.bz2 |
Remove trailing whitespace from system ui.
Baseline existing .java files, no excuses going forward.
Change-Id: I4bd0f25bbda6f2ec832e34ef5c70d4830bf07f99
Diffstat (limited to 'packages/SystemUI/src/com/android/systemui/screenshot')
-rw-r--r-- | packages/SystemUI/src/com/android/systemui/screenshot/GlobalScreenshot.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/SystemUI/src/com/android/systemui/screenshot/GlobalScreenshot.java b/packages/SystemUI/src/com/android/systemui/screenshot/GlobalScreenshot.java index 5617520..119299f 100644 --- a/packages/SystemUI/src/com/android/systemui/screenshot/GlobalScreenshot.java +++ b/packages/SystemUI/src/com/android/systemui/screenshot/GlobalScreenshot.java @@ -222,12 +222,12 @@ class SaveImageInBackgroundTask extends AsyncTask<SaveImageInBackgroundData, Voi sharingIntent.putExtra(Intent.EXTRA_SUBJECT, subject); Intent chooserIntent = Intent.createChooser(sharingIntent, null); - chooserIntent.addFlags(Intent.FLAG_ACTIVITY_CLEAR_TASK + chooserIntent.addFlags(Intent.FLAG_ACTIVITY_CLEAR_TASK | Intent.FLAG_ACTIVITY_NEW_TASK); mNotificationBuilder.addAction(R.drawable.ic_menu_share, r.getString(com.android.internal.R.string.share), - PendingIntent.getActivity(context, 0, chooserIntent, + PendingIntent.getActivity(context, 0, chooserIntent, PendingIntent.FLAG_CANCEL_CURRENT)); OutputStream out = resolver.openOutputStream(uri); |