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