Aurimas Liutikas | 02e5c92 | 2023-08-08 11:04:38 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
Aurimas Liutikas | d12a1d3 | 2024-04-08 21:28:45 +0000 | [diff] [blame] | 2 | <issues format="6" by="lint 8.4.0-alpha12" type="baseline" client="gradle" dependencies="false" name="AGP (8.4.0-alpha12)" variant="all" version="8.4.0-alpha12"> |
Aurimas Liutikas | 02e5c92 | 2023-08-08 11:04:38 -0700 | [diff] [blame] | 3 | |
Aurimas Liutikas | 578019f | 2023-08-16 13:24:08 -0700 | [diff] [blame] | 4 | <issue |
Alan Viverette | 48a33a9 | 2023-08-28 12:42:49 -0400 | [diff] [blame] | 5 | id="RestrictedApiAndroidX" |
Aurimas Liutikas | 578019f | 2023-08-16 13:24:08 -0700 | [diff] [blame] | 6 | message="RouteInfo.isDefaultOrBluetooth can only be called from within the same library (androidx.mediarouter:mediarouter)" |
| 7 | errorLine1=" if (!routeInfo.isDefaultOrBluetooth()) {" |
| 8 | errorLine2=" ~~~~~~~~~~~~~~~~~~~~"> |
| 9 | <location |
| 10 | file="src/main/java/com/example/androidx/mediarouting/activities/systemrouting/source/AndroidXMediaRouterSystemRoutesSource.java"/> |
| 11 | </issue> |
| 12 | |
| 13 | <issue |
Alan Viverette | 48a33a9 | 2023-08-28 12:42:49 -0400 | [diff] [blame] | 14 | id="RestrictedApiAndroidX" |
Aurimas Liutikas | 578019f | 2023-08-16 13:24:08 -0700 | [diff] [blame] | 15 | message="RouteInfo.DEVICE_TYPE_UNKNOWN can only be accessed from within the same library (androidx.mediarouter:mediarouter)" |
| 16 | errorLine1=" UNKNOWN(MediaRouter.RouteInfo.DEVICE_TYPE_UNKNOWN);" |
| 17 | errorLine2=" ~~~~~~~~~~~~~~~~~~~"> |
| 18 | <location |
| 19 | file="src/main/java/com/example/androidx/mediarouting/data/RouteItem.java"/> |
| 20 | </issue> |
| 21 | |
| 22 | <issue |
Alan Viverette | 48a33a9 | 2023-08-28 12:42:49 -0400 | [diff] [blame] | 23 | id="RestrictedApiAndroidX" |
Aurimas Liutikas | 578019f | 2023-08-16 13:24:08 -0700 | [diff] [blame] | 24 | message="MediaRouteProvider.onCreateRouteController can only be called from within the same library (androidx.mediarouter:mediarouter)" |
| 25 | errorLine1=" public RouteController onCreateRouteController(@NonNull String routeId," |
| 26 | errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~"> |
| 27 | <location |
| 28 | file="src/main/java/com/example/androidx/mediarouting/providers/SampleDynamicGroupMediaRouteProvider.java"/> |
| 29 | </issue> |
| 30 | |
| 31 | <issue |
Alan Viverette | 48a33a9 | 2023-08-28 12:42:49 -0400 | [diff] [blame] | 32 | id="RestrictedApiAndroidX" |
Aurimas Liutikas | 578019f | 2023-08-16 13:24:08 -0700 | [diff] [blame] | 33 | message="MediaRouteDescriptor.getGroupMemberIds can only be called from within the same library (androidx.mediarouter:mediarouter)" |
| 34 | errorLine1=" if (initialRoute.getGroupMemberIds().isEmpty()) {" |
| 35 | errorLine2=" ~~~~~~~~~~~~~~~~~"> |
| 36 | <location |
| 37 | file="src/main/java/com/example/androidx/mediarouting/providers/SampleDynamicGroupMediaRouteProvider.java"/> |
| 38 | </issue> |
| 39 | |
| 40 | <issue |
Alan Viverette | 48a33a9 | 2023-08-28 12:42:49 -0400 | [diff] [blame] | 41 | id="RestrictedApiAndroidX" |
Aurimas Liutikas | 578019f | 2023-08-16 13:24:08 -0700 | [diff] [blame] | 42 | message="MediaRouteDescriptor.getGroupMemberIds can only be called from within the same library (androidx.mediarouter:mediarouter)" |
| 43 | errorLine1=" memberIds.addAll(initialRoute.getGroupMemberIds());" |
| 44 | errorLine2=" ~~~~~~~~~~~~~~~~~"> |
| 45 | <location |
| 46 | file="src/main/java/com/example/androidx/mediarouting/providers/SampleDynamicGroupMediaRouteProvider.java"/> |
| 47 | </issue> |
| 48 | |
| 49 | <issue |
Alan Viverette | 48a33a9 | 2023-08-28 12:42:49 -0400 | [diff] [blame] | 50 | id="RestrictedApiAndroidX" |
Aurimas Liutikas | 578019f | 2023-08-16 13:24:08 -0700 | [diff] [blame] | 51 | message="Builder.addGroupMemberIds can only be called from within the same library (androidx.mediarouter:mediarouter)" |
| 52 | errorLine1=" .addGroupMemberIds(memberIds);" |
| 53 | errorLine2=" ~~~~~~~~~~~~~~~~~"> |
| 54 | <location |
| 55 | file="src/main/java/com/example/androidx/mediarouting/providers/SampleDynamicGroupMediaRouteProvider.java"/> |
| 56 | </issue> |
| 57 | |
| 58 | <issue |
Alan Viverette | 48a33a9 | 2023-08-28 12:42:49 -0400 | [diff] [blame] | 59 | id="RestrictedApiAndroidX" |
Aurimas Liutikas | 578019f | 2023-08-16 13:24:08 -0700 | [diff] [blame] | 60 | message="MediaRouteDescriptor.getGroupMemberIds can only be called from within the same library (androidx.mediarouter:mediarouter)" |
| 61 | errorLine1=" for (String memberRouteId : routeDescriptor.getGroupMemberIds()) {" |
| 62 | errorLine2=" ~~~~~~~~~~~~~~~~~"> |
| 63 | <location |
| 64 | file="src/main/java/com/example/androidx/mediarouting/providers/SampleDynamicGroupMediaRouteProvider.java"/> |
| 65 | </issue> |
| 66 | |
| 67 | <issue |
Alan Viverette | 48a33a9 | 2023-08-28 12:42:49 -0400 | [diff] [blame] | 68 | id="RestrictedApiAndroidX" |
Aurimas Liutikas | 578019f | 2023-08-16 13:24:08 -0700 | [diff] [blame] | 69 | message="Builder.clearGroupMemberIds can only be called from within the same library (androidx.mediarouter:mediarouter)" |
| 70 | errorLine1=" .clearGroupMemberIds();" |
| 71 | errorLine2=" ~~~~~~~~~~~~~~~~~~~"> |
| 72 | <location |
| 73 | file="src/main/java/com/example/androidx/mediarouting/providers/SampleDynamicGroupMediaRouteProvider.java"/> |
| 74 | </issue> |
| 75 | |
| 76 | <issue |
Alan Viverette | 48a33a9 | 2023-08-28 12:42:49 -0400 | [diff] [blame] | 77 | id="RestrictedApiAndroidX" |
Aurimas Liutikas | 578019f | 2023-08-16 13:24:08 -0700 | [diff] [blame] | 78 | message="Builder.addGroupMemberId can only be called from within the same library (androidx.mediarouter:mediarouter)" |
| 79 | errorLine1=" groupDescriptorBuilder.addGroupMemberId(memberRouteId);" |
| 80 | errorLine2=" ~~~~~~~~~~~~~~~~"> |
| 81 | <location |
| 82 | file="src/main/java/com/example/androidx/mediarouting/providers/SampleDynamicGroupMediaRouteProvider.java"/> |
| 83 | </issue> |
| 84 | |
| 85 | <issue |
Alan Viverette | 48a33a9 | 2023-08-28 12:42:49 -0400 | [diff] [blame] | 86 | id="RestrictedApiAndroidX" |
Aurimas Liutikas | 578019f | 2023-08-16 13:24:08 -0700 | [diff] [blame] | 87 | message="MediaRouteDescriptor.getGroupMemberIds can only be called from within the same library (androidx.mediarouter:mediarouter)" |
| 88 | errorLine1=" if (!routeDescriptor.getGroupMemberIds().isEmpty()" |
| 89 | errorLine2=" ~~~~~~~~~~~~~~~~~"> |
| 90 | <location |
| 91 | file="src/main/java/com/example/androidx/mediarouting/providers/SampleDynamicGroupMediaRouteProvider.java"/> |
| 92 | </issue> |
| 93 | |
| 94 | <issue |
Alan Viverette | 48a33a9 | 2023-08-28 12:42:49 -0400 | [diff] [blame] | 95 | id="RestrictedApiAndroidX" |
Aurimas Liutikas | 578019f | 2023-08-16 13:24:08 -0700 | [diff] [blame] | 96 | message="MediaRouteDescriptor.getGroupMemberIds can only be called from within the same library (androidx.mediarouter:mediarouter)" |
| 97 | errorLine1=" && mMemberRouteIds.containsAll(routeDescriptor.getGroupMemberIds())) {" |
| 98 | errorLine2=" ~~~~~~~~~~~~~~~~~"> |
| 99 | <location |
| 100 | file="src/main/java/com/example/androidx/mediarouting/providers/SampleDynamicGroupMediaRouteProvider.java"/> |
| 101 | </issue> |
| 102 | |
| 103 | <issue |
Alan Viverette | 48a33a9 | 2023-08-28 12:42:49 -0400 | [diff] [blame] | 104 | id="RestrictedApiAndroidX" |
Aurimas Liutikas | 578019f | 2023-08-16 13:24:08 -0700 | [diff] [blame] | 105 | message="MediaRouteDescriptor.getGroupMemberIds can only be called from within the same library (androidx.mediarouter:mediarouter)" |
| 106 | errorLine1=" if (routeDescriptor.getGroupMemberIds().isEmpty()) {" |
| 107 | errorLine2=" ~~~~~~~~~~~~~~~~~"> |
| 108 | <location |
| 109 | file="src/main/java/com/example/androidx/mediarouting/providers/SampleDynamicGroupMediaRouteProvider.java"/> |
| 110 | </issue> |
| 111 | |
| 112 | <issue |
Alan Viverette | 48a33a9 | 2023-08-28 12:42:49 -0400 | [diff] [blame] | 113 | id="RestrictedApiAndroidX" |
Aurimas Liutikas | 578019f | 2023-08-16 13:24:08 -0700 | [diff] [blame] | 114 | message="MediaRouteDescriptor.getGroupMemberIds can only be called from within the same library (androidx.mediarouter:mediarouter)" |
| 115 | errorLine1=" for (String routeId : routeDescriptor.getGroupMemberIds()) {" |
| 116 | errorLine2=" ~~~~~~~~~~~~~~~~~"> |
| 117 | <location |
| 118 | file="src/main/java/com/example/androidx/mediarouting/providers/SampleDynamicGroupMediaRouteProvider.java"/> |
| 119 | </issue> |
| 120 | |
Aurimas Liutikas | 36de1fe | 2023-11-29 15:12:02 -0800 | [diff] [blame] | 121 | <issue |
| 122 | id="ObsoleteSdkInt" |
Aurimas Liutikas | d12a1d3 | 2024-04-08 21:28:45 +0000 | [diff] [blame] | 123 | message="This folder configuration (`v18`) is unnecessary; `minSdkVersion` is 21. Merge all the resources in this folder into `values`."> |
Aurimas Liutikas | 36de1fe | 2023-11-29 15:12:02 -0800 | [diff] [blame] | 124 | <location |
| 125 | file="src/main/res/values-v18"/> |
| 126 | </issue> |
| 127 | |
Aurimas Liutikas | 02e5c92 | 2023-08-08 11:04:38 -0700 | [diff] [blame] | 128 | </issues> |