Android - Not Whitelisted - GameActivity

I’ll attach the whole logcat from trying to run my game after installing on Android phone.

The error that seems to be crashing it is these two lines:

10-08 22:22:19.010: E/ActivityTrigger(1792): activityStartTrigger: not whiteListedcom.MightyEnigma.ScootyShooty/com.epicgames.ue4.GameActivity/1
10-08 22:22:19.012: E/ActivityTrigger(1792): activityResumeTrigger: not whiteListedcom.MightyEnigma.ScootyShooty/com.epicgames.ue4.GameActivity/1

Can anyone tell me why I need to whitelist an activity now to get my game to work, and how to do that?
Is this something new in 4.22?