You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
115 lines
4.8 KiB
115 lines
4.8 KiB
<?xml version="1.0" encoding="UTF-8"?>
|
|
<issues format="5" by="lint 4.1.0" client="cli" variant="all" version="4.1.0">
|
|
|
|
<issue
|
|
id="NewApi"
|
|
message="Call requires API level 24 (current min is 14): `new java.util.concurrent.CompletableFuture`"
|
|
errorLine1=" new CompletableFuture<>();"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="cts/tests/app/shared/src/android/app/stubs/shared/AppAccessibilityService.java"
|
|
line="36"
|
|
column="13"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="NewApi"
|
|
message="Call requires API level 23 (current min is 14): `android.content.Context#getSystemService`"
|
|
errorLine1=" mWindowManager = getSystemService(WindowManager.class);"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="cts/tests/app/shared/src/android/app/stubs/shared/AppAccessibilityService.java"
|
|
line="54"
|
|
column="26"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="NewApi"
|
|
message="Call requires API level 24 (current min is 14): `java.util.concurrent.CompletableFuture#obtrudeValue`"
|
|
errorLine1=" sServiceFuture.obtrudeValue(this);"
|
|
errorLine2=" ~~~~~~~~~~~~">
|
|
<location
|
|
file="cts/tests/app/shared/src/android/app/stubs/shared/AppAccessibilityService.java"
|
|
line="71"
|
|
column="24"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="NewApi"
|
|
message="Call requires API level 24 (current min is 14): `new java.util.concurrent.CompletableFuture`"
|
|
errorLine1=" sServiceFuture = new CompletableFuture<>();"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="cts/tests/app/shared/src/android/app/stubs/shared/AppAccessibilityService.java"
|
|
line="86"
|
|
column="26"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="NewApi"
|
|
message="Call requires API level 23 (current min is 14): `android.content.Context#getSystemService`"
|
|
errorLine1=" mNotificationManager = getSystemService(NotificationManager.class);"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="cts/tests/app/shared/src/android/app/stubs/shared/CloseSystemDialogsTestService.java"
|
|
line="60"
|
|
column="32"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="NewApi"
|
|
message="Call requires API level 26 (current min is 14): `new android.app.Notification.Builder`"
|
|
errorLine1=" new Notification.Builder(this, NOTIFICATION_CHANNEL_ID)"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="cts/tests/app/shared/src/android/app/stubs/shared/CloseSystemDialogsTestService.java"
|
|
line="135"
|
|
column="17"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="NewApi"
|
|
message="Call requires API level 16 (current min is 14): `android.app.Notification.Builder#build`"
|
|
errorLine1=" .build();"
|
|
errorLine2=" ~~~~~">
|
|
<location
|
|
file="cts/tests/app/shared/src/android/app/stubs/shared/CloseSystemDialogsTestService.java"
|
|
line="138"
|
|
column="26"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="NewApi"
|
|
message="Call requires API level 26 (current min is 14): `new android.app.NotificationChannel`"
|
|
errorLine1=" NotificationChannel notificationChannel = new NotificationChannel(NOTIFICATION_CHANNEL_ID,"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="cts/tests/app/shared/src/android/app/stubs/shared/CloseSystemDialogsTestService.java"
|
|
line="139"
|
|
column="51"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="NewApi"
|
|
message="Call requires API level 26 (current min is 14): `android.app.NotificationManager#createNotificationChannel`"
|
|
errorLine1=" mNotificationManager.createNotificationChannel(notificationChannel);"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="cts/tests/app/shared/src/android/app/stubs/shared/CloseSystemDialogsTestService.java"
|
|
line="141"
|
|
column="30"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="NewApi"
|
|
message="Call requires API level 28 (current min is 14): `android.app.Activity#requireViewById`"
|
|
errorLine1=" get() = requireViewById<FrameLayout>(R.id.content).getChildAt(0)"
|
|
errorLine2=" ~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="cts/tests/app/shared/src/android/app/stubs/shared/NotificationHostActivity.kt"
|
|
line="39"
|
|
column="17"/>
|
|
</issue>
|
|
|
|
</issues>
|