On my case, it was because I was testing my Android app with a different package name, example: the original and released app is: com.orgames.mygamename but I was testing a local build using com.orgames.mygamenamecustomized. Going back to the original package name stopped the activity is cancelled by the user error.