]> git.ipfire.org Git - thirdparty/strongswan.git/commit
android: Mark PendingIntents as immutable via FLAG_IMMUTABLE
authorTobias Brunner <tobias@strongswan.org>
Fri, 22 Jul 2022 09:12:52 +0000 (11:12 +0200)
committerTobias Brunner <tobias@strongswan.org>
Wed, 21 Sep 2022 13:14:23 +0000 (15:14 +0200)
commit563407e42a548905e452aeefc7e3f1e4cd28b4b6
tree24e8515c63ca6c313e3504f9c103d9c0f3949b73
parent86b69f26e49f93f94f6ab84b48feac8716a719cc
android: Mark PendingIntents as immutable via FLAG_IMMUTABLE

Setting this or explicitly FLAG_MUTABLE is required when targeting
Android 12.

References strongswan/strongswan#1151
src/frontends/android/app/src/main/java/org/strongswan/android/logic/CharonVpnService.java
src/frontends/android/app/src/main/java/org/strongswan/android/logic/Scheduler.java