How to check if a build is made by the project launcher Android

Hello! Thanks for a quick answer!

Yes we have added this already but specificly in LaunchAndroid.cpp InitCommandLine(), we cannot access the commandline since it has not been set yet :frowning:

We can access the CommandLine while the build is being deployed. Maybe there is a way to something there?