android: Suppress warning in implementation only used for Android < 33
This commit is contained in:
+1
@@ -121,6 +121,7 @@ public class ManagedConfiguration
|
|||||||
return Arrays.asList(bundles);
|
return Arrays.asList(bundles);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@SuppressWarnings("deprecation")
|
||||||
@NonNull
|
@NonNull
|
||||||
private static List<Bundle> getBundleArrayListCompat(final Bundle bundle, final String key)
|
private static List<Bundle> getBundleArrayListCompat(final Bundle bundle, final String key)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user