From 19bc659baa6bba03f27f76cd91372870f5bb57d5 Mon Sep 17 00:00:00 2001 From: Mark Renouf Date: Fri, 18 Aug 2023 23:13:47 -0400 Subject: Set IntentResolverUnitTests' targetSdk to "current" It was previously fixed at "30" which was hiding a lot of API lint. While fixing and reviewing that code I also found and corrected anumber of timeout checks with no assertions or no timeout duration (causing false positives or hangs). Bug: 297527444 Bug: 297549732 Test: atest IntentResolverUnitTests Change-Id: I65eda95ea3dc84b7b4b5c497b195474f094e048d --- java/tests/AndroidManifest.xml | 2 -- 1 file changed, 2 deletions(-) (limited to 'java/tests/AndroidManifest.xml') diff --git a/java/tests/AndroidManifest.xml b/java/tests/AndroidManifest.xml index 05830c4c..4517a60c 100644 --- a/java/tests/AndroidManifest.xml +++ b/java/tests/AndroidManifest.xml @@ -17,8 +17,6 @@ - - -- cgit v1.2.3-59-g8ed1b