summaryrefslogtreecommitdiffstats
path: root/services/java/com/android/server/am/StrictModeViolationDialog.java
diff options
context:
space:
mode:
Diffstat (limited to 'services/java/com/android/server/am/StrictModeViolationDialog.java')
-rw-r--r--services/java/com/android/server/am/StrictModeViolationDialog.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/java/com/android/server/am/StrictModeViolationDialog.java b/services/java/com/android/server/am/StrictModeViolationDialog.java
index 5fee0d3..fda1ec1 100644
--- a/services/java/com/android/server/am/StrictModeViolationDialog.java
+++ b/services/java/com/android/server/am/StrictModeViolationDialog.java
@@ -74,7 +74,7 @@ final class StrictModeViolationDialog extends BaseErrorDialog {
}
setTitle(res.getText(com.android.internal.R.string.aerr_title));
- getWindow().addFlags(PRIVATE_FLAG_SYSTEM_ERROR);
+ getWindow().addPrivateFlags(PRIVATE_FLAG_SYSTEM_ERROR);
getWindow().setTitle("Strict Mode Violation: " + app.info.processName);
// After the timeout, pretend the user clicked the quit button