Good day! :D
Hello! Every time I try to get my location using Google Maps in my Android application, it returns "null" or doesn't get my location.
If I test my code with Mock Locations, which grants the statement "if ( myLocation != null ){}" the code works.
But the statement "if ( myLocation...