| <?xml version="1.0" encoding="UTF-8"?> |
| <issues format="6" by="lint 8.1.0-beta05" type="baseline" client="gradle" dependencies="false" name="AGP (8.1.0-beta05)" variant="all" version="8.1.0-beta05"> |
| |
| <issue |
| id="NewApi" |
| message="Call requires API level 27 (current min is 14): `android.app.Activity#setTurnScreenOn`" |
| errorLine1=" setTurnScreenOn(true);" |
| errorLine2=" ~~~~~~~~~~~~~~~"> |
| <location |
| file="src/androidTest/java/androidx/mediarouter/media/MediaRouter2TestActivity.java"/> |
| </issue> |
| |
| <issue |
| id="NewApi" |
| message="Call requires API level 27 (current min is 14): `android.app.Activity#setShowWhenLocked`" |
| errorLine1=" setShowWhenLocked(true);" |
| errorLine2=" ~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/androidTest/java/androidx/mediarouter/media/MediaRouter2TestActivity.java"/> |
| </issue> |
| |
| <issue |
| id="BanThreadSleep" |
| message="Uses Thread.sleep()" |
| errorLine1=" Thread.sleep(TIME_OUT_MS);" |
| errorLine2=" ~~~~~"> |
| <location |
| file="src/androidTest/java/androidx/mediarouter/media/MediaRouteProviderServiceTest.java"/> |
| </issue> |
| |
| <issue |
| id="BanThreadSleep" |
| message="Uses Thread.sleep()" |
| errorLine1=" Thread.sleep(10000);" |
| errorLine2=" ~~~~~"> |
| <location |
| file="src/androidTest/java/androidx/mediarouter/media/MediaRouteProviderServiceTest.java"/> |
| </issue> |
| |
| <issue |
| id="BanThreadSleep" |
| message="Uses Thread.sleep()" |
| errorLine1=" Thread.sleep(5000);" |
| errorLine2=" ~~~~~"> |
| <location |
| file="src/androidTest/java/androidx/mediarouter/media/MediaRouterTest.java"/> |
| </issue> |
| |
| <issue |
| id="ClassVerificationFailure" |
| message="This call references a method added in API level 17; however, the containing class androidx.mediarouter.app.MediaRouteDynamicControllerDialog is reachable from earlier API levels and will fail run-time class verification." |
| errorLine1=" ScriptIntrinsicBlur blurScript = ScriptIntrinsicBlur.create(rs, Element.U8_4(rs));" |
| errorLine2=" ~~~~~~"> |
| <location |
| file="src/main/java/androidx/mediarouter/app/MediaRouteDynamicControllerDialog.java"/> |
| </issue> |
| |
| <issue |
| id="ClassVerificationFailure" |
| message="This call references a method added in API level 17; however, the containing class androidx.mediarouter.app.MediaRouteDynamicControllerDialog is reachable from earlier API levels and will fail run-time class verification." |
| errorLine1=" blurScript.setRadius(radius);" |
| errorLine2=" ~~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/mediarouter/app/MediaRouteDynamicControllerDialog.java"/> |
| </issue> |
| |
| <issue |
| id="ClassVerificationFailure" |
| message="This call references a method added in API level 17; however, the containing class androidx.mediarouter.app.MediaRouteDynamicControllerDialog is reachable from earlier API levels and will fail run-time class verification." |
| errorLine1=" blurScript.setInput(allocation);" |
| errorLine2=" ~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/mediarouter/app/MediaRouteDynamicControllerDialog.java"/> |
| </issue> |
| |
| <issue |
| id="ClassVerificationFailure" |
| message="This call references a method added in API level 17; however, the containing class androidx.mediarouter.app.MediaRouteDynamicControllerDialog is reachable from earlier API levels and will fail run-time class verification." |
| errorLine1=" blurScript.forEach(blurAllocation);" |
| errorLine2=" ~~~~~~~"> |
| <location |
| file="src/main/java/androidx/mediarouter/app/MediaRouteDynamicControllerDialog.java"/> |
| </issue> |
| |
| <issue |
| id="MissingTestSizeAnnotation" |
| message="Missing test size annotation" |
| errorLine1=" public void testReset() {" |
| errorLine2=" ~~~~~~~~~"> |
| <location |
| file="src/androidTest/java/androidx/mediarouter/media/MediaRouterTest.java"/> |
| </issue> |
| |
| <issue |
| id="PrereleaseSdkCoreDependency" |
| message="Prelease SDK check isAtLeastU cannot be called as this project has a versioned dependency on androidx.core:core" |
| errorLine1=" if (BuildCompat.isAtLeastU()) {" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/mediarouter/media/MediaRoute2Provider.java"/> |
| </issue> |
| |
| </issues> |