mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-04 00:00:14 -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);
|
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)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user