Loading services/core/java/com/android/server/am/AppWarnings.java +1 −4 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
services/core/java/com/android/server/am/AppWarnings.java +1 −4 Original line number Diff line number Diff line Loading @@ -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 Loading