diff options
| author | 2018-04-25 18:02:41 +0000 | |
|---|---|---|
| committer | 2018-04-25 18:02:41 +0000 | |
| commit | a52e1d43b856c24c359cecd63f151855d89bc9e6 (patch) | |
| tree | 510efc3dce462004624054b1c9a7b357b65106bc | |
| parent | adf1471ef1300f4cd5bfa4ed030bc49f2bd94a57 (diff) | |
| parent | 2333f7cba65a0fc2036bcf0e0b2611ad114d17f7 (diff) | |
Merge "Update comment for b/75318890 TODO"
| -rw-r--r-- | services/core/java/com/android/server/am/AppWarnings.java | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/services/core/java/com/android/server/am/AppWarnings.java b/services/core/java/com/android/server/am/AppWarnings.java index 9f7db7b654aa..30a384434675 100644 --- a/services/core/java/com/android/server/am/AppWarnings.java +++ b/services/core/java/com/android/server/am/AppWarnings.java @@ -122,10 +122,7 @@ class AppWarnings { return; } - - - // TODO(b/75318890): temp. fix to get q dogfoodable. Need to move this to when the app - // actually crashes. + // 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 |