kittoku/Minimum-VPN-Client-for-SoftEther-VPN

crash

Opened this issue · 2 comments

hi
when we try to connect
its crashed and closed
no long report or log saved!!!

in SoftEtherVpnService.kt change line 63 from " val pendingIntent = PendingIntent.getService(this, 0, intent, 0) " to "val pendingIntent = PendingIntent.getService(this, 0, intent, PendingIntent.FLAG_IMMUTABLE) "