android: fix persistent notification intent target

Signed-off-by: Elias Naur <mail@eliasnaur.com>
pull/19/head
Elias Naur 3 years ago
parent 54eab1a5d3
commit 078356613f

@ -45,7 +45,7 @@ public class IPNService extends VpnService {
} }
private PendingIntent configIntent() { private PendingIntent configIntent() {
return PendingIntent.getActivity(this, 0, new Intent(this, GioActivity.class), PendingIntent.FLAG_UPDATE_CURRENT); return PendingIntent.getActivity(this, 0, new Intent(this, IPNActivity.class), PendingIntent.FLAG_UPDATE_CURRENT);
} }
protected VpnService.Builder newBuilder() { protected VpnService.Builder newBuilder() {

Loading…
Cancel
Save