1<?xml version="1.0" encoding="UTF-8"?> 2<issues format="6" by="lint 8.4.0-alpha09" type="baseline" client="gradle" dependencies="false" name="AGP (8.4.0-alpha09)" variant="all" version="8.4.0-alpha09"> 3 4 <issue 5 id="BanThreadSleep" 6 message="Uses Thread.sleep()" 7 errorLine1=" Thread.sleep(ThreadLocalRandom.current().nextLong(MIN_DELAY_MILLIS, MAX_DELAY_MILLIS));" 8 errorLine2=" ~~~~~"> 9 <location 10 file="src/main/java/androidx/car/app/sample/showcase/common/screens/templatelayouts/listtemplates/DelayedFileProvider.java"/> 11 </issue> 12 13 <issue 14 id="UnspecifiedRegisterReceiverFlag" 15 message="`mBroadcastReceiver` is missing `RECEIVER_EXPORTED` or `RECEIVER_NOT_EXPORTED` flag for unprotected broadcasts registered for androidx.car.app.sample.showcase.common.INTENT_ACTION_PRIMARY_PHONE, androidx.car.app.sample.showcase.common.INTENT_ACTION_SECONDARY_PHONE" 16 errorLine1=" getCarContext().registerReceiver(mBroadcastReceiver, filter);" 17 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 18 <location 19 file="src/main/java/androidx/car/app/sample/showcase/common/screens/templatelayouts/gridtemplates/NotificationDemoScreen.java"/> 20 </issue> 21 22 <issue 23 id="UnsafeOptInUsageError" 24 message="This declaration is opt-in and its usage should be marked with `@androidx.car.app.annotations.ExperimentalCarApi` or `@OptIn(markerClass = androidx.car.app.annotations.ExperimentalCarApi.class)`" 25 errorLine1=" EvStatus mEvStatus;" 26 errorLine2=" ~~~~~~~~"> 27 <location 28 file="src/main/java/androidx/car/app/sample/showcase/common/renderer/CarHardwareRenderer.java"/> 29 </issue> 30 31 <issue 32 id="UnsafeOptInUsageError" 33 message="This declaration is opt-in and its usage should be marked with `@androidx.car.app.annotations.ExperimentalCarApi` or `@OptIn(markerClass = androidx.car.app.annotations.ExperimentalCarApi.class)`" 34 errorLine1=" private final OnCarDataAvailableListener<EvStatus> mEvStatusListener = data -> {" 35 errorLine2=" ~~~~~~~~"> 36 <location 37 file="src/main/java/androidx/car/app/sample/showcase/common/renderer/CarHardwareRenderer.java"/> 38 </issue> 39 40 <issue 41 id="UnsafeOptInUsageError" 42 message="This declaration is opt-in and its usage should be marked with `@androidx.car.app.annotations.ExperimentalCarApi` or `@OptIn(markerClass = androidx.car.app.annotations.ExperimentalCarApi.class)`" 43 errorLine1=" .addAction(createFabBackAction())" 44 errorLine2=" ~~~~~~~~~"> 45 <location 46 file="src/main/java/androidx/car/app/sample/showcase/common/screens/templatelayouts/tabtemplates/TabTemplateDemoScreen.java"/> 47 </issue> 48 49</issues> 50