You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 22, 2022. It is now read-only.
could you please update your library to fix this error?
android:exported needs to be explicitly specified for element <activity#de.blinkt.openvpn.LaunchVPN>. Apps targeting Android 12 and higher are required to specify an explicit value for `android:exported` when the corresponding compo
nent has an intent filter defined. See https://developer.android.com/guide/topics/manifest/activity-element#exported for details.
C:\projects\xxxxx\android\app\src\main\AndroidManifest.xml:18:9-24:19 Error:
android:exported needs to be explicitly specified for element <service#de.blinkt.openvpn.core.OpenVPNService>. Apps targeting Android 12 and higher are required to specify an explicit value for `android:exported` when the correspond
ing component has an intent filter defined. See https://developer.android.com/guide/topics/manifest/activity-element#exported for details.
could you please update your library to fix this error?