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
Hello,
in the latest build I was forced to add the exported=true (or false) to all the activities (Google console was refusing the aab package).
After this change I could upload a new version but I have now the "Known vulnerability detected" error that references the: com.google.games.bridge.NativeBridgeActivity.startActivityForResult
I had to change to make the package uploadable.
I added exported=true and I have a vulnerability detected (and google will remove my app on 12 May)
If I put exported=false in Android Studio I have an error and I suspect google play login will not longer work. (the error is "activity supporting action view is not exported").
How I'm supposed to fix this issue?
Please someone can help? Is there any fix I can do in the plugin to make it build and work?
The text was updated successfully, but these errors were encountered:
Hello,
in the latest build I was forced to add the exported=true (or false) to all the activities (Google console was refusing the aab package).
After this change I could upload a new version but I have now the "Known vulnerability detected" error that references the: com.google.games.bridge.NativeBridgeActivity.startActivityForResult
I had to change to make the package uploadable.
I added exported=true and I have a vulnerability detected (and google will remove my app on 12 May)
If I put exported=false in Android Studio I have an error and I suspect google play login will not longer work. (the error is "activity supporting action view is not exported").
How I'm supposed to fix this issue?
Please someone can help? Is there any fix I can do in the plugin to make it build and work?
The text was updated successfully, but these errors were encountered: