mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-03 00:00:24 -04:00
android: Suppress warning in implementation only used for Android < 33
This commit is contained in:
parent
26eef1f095
commit
288bd41aca
@ -121,6 +121,7 @@ public class ManagedConfiguration
|
||||
return Arrays.asList(bundles);
|
||||
}
|
||||
|
||||
@SuppressWarnings("deprecation")
|
||||
@NonNull
|
||||
private static List<Bundle> getBundleArrayListCompat(final Bundle bundle, final String key)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user