From 339435b91688678a243c71868fe4145a3aecc338 Mon Sep 17 00:00:00 2001 From: Ian Pedowitz Date: Wed, 25 Apr 2018 08:57:54 -0700 Subject: [PATCH] Update comment for b/75318890 TODO Bug: 77862563 Bug: 75318890 Test: N/A - comment change (cherry picked from commit 2333f7cba65a0fc2036bcf0e0b2611ad114d17f7) Change-Id: I52c9e37e4629d740cb04d552bc967d6b8ec5fba3 Merged-In: Ie48f1df394ccae5420a18260a4eaefe94d84497d --- services/core/java/com/android/server/am/AppWarnings.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/core/java/com/android/server/am/AppWarnings.java b/services/core/java/com/android/server/am/AppWarnings.java index ea0251e2ce6ac..30a3844346759 100644 --- a/services/core/java/com/android/server/am/AppWarnings.java +++ b/services/core/java/com/android/server/am/AppWarnings.java @@ -122,7 +122,7 @@ class AppWarnings { return; } - // TODO(b/77862563): temp. fix while P is being finalized. To be reverted + // TODO(b/75318890): Need to move this to when the app actually crashes. if (/*ActivityManager.isRunningInTestHarness() &&*/ !mAlwaysShowUnsupportedCompileSdkWarningActivities.contains(r.realActivity)) { // Don't show warning if we are running in a test harness and we don't have to always