]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
android: Suppress warning in implementation only used for Android < 33
authorTobias Brunner <tobias@strongswan.org>
Wed, 5 Feb 2025 15:27:57 +0000 (16:27 +0100)
committerTobias Brunner <tobias@strongswan.org>
Tue, 18 Feb 2025 13:12:43 +0000 (14:12 +0100)
src/frontends/android/app/src/main/java/org/strongswan/android/data/ManagedConfiguration.java

index a429f5fc8b57e26936ec77d7bc8650936a9f7335..5709ff36d63c5e95111acba79a67bc4c3b4679a0 100644 (file)
@@ -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)
        {