summaryrefslogtreecommitdiffstats
path: root/policy
diff options
context:
space:
mode:
authorDianne Hackborn <hackbod@google.com>2011-11-29 13:11:12 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2011-11-29 13:11:12 -0800
commit123ad2823b1b60b33228f5b39f24139def4e2236 (patch)
tree88b501baba6ff24b641355153da04381568fadf9 /policy
parentf9e88fbee04f83638b07546741196bd4c242ef54 (diff)
parent3788ce9ed9b896c2f1d5500910e949a6eba308e2 (diff)
downloadframeworks_base-123ad2823b1b60b33228f5b39f24139def4e2236.zip
frameworks_base-123ad2823b1b60b33228f5b39f24139def4e2236.tar.gz
frameworks_base-123ad2823b1b60b33228f5b39f24139def4e2236.tar.bz2
am 3788ce9e: am 50b20425: Merge "Another attempt at getting OOM reports to batch." into ics-mr1
* commit '3788ce9ed9b896c2f1d5500910e949a6eba308e2': Another attempt at getting OOM reports to batch.
Diffstat (limited to 'policy')
-rwxr-xr-xpolicy/src/com/android/internal/policy/impl/PhoneWindowManager.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/policy/src/com/android/internal/policy/impl/PhoneWindowManager.java b/policy/src/com/android/internal/policy/impl/PhoneWindowManager.java
index bc65691..2451322 100755
--- a/policy/src/com/android/internal/policy/impl/PhoneWindowManager.java
+++ b/policy/src/com/android/internal/policy/impl/PhoneWindowManager.java
@@ -3488,7 +3488,8 @@ public class PhoneWindowManager implements WindowManagerPolicy {
}
if (component != null) {
// dismiss the notification shade, recents, etc.
- mContext.sendBroadcast(new Intent(Intent.ACTION_CLOSE_SYSTEM_DIALOGS));
+ mContext.sendBroadcast(new Intent(Intent.ACTION_CLOSE_SYSTEM_DIALOGS)
+ .addFlags(Intent.FLAG_RECEIVER_REGISTERED_ONLY_BEFORE_BOOT));
ComponentName cn = ComponentName.unflattenFromString(component);
Intent intent = new Intent(Intent.ACTION_MAIN)