I am using Fused Location API in my project to get the Location.
But the problem is my app doesn't appear in the Android Setting -> Location -> Recent Location Request's Section.
I was trying to know why this is happening?
After searching for a while, I remembered that the Fused Location Services was part of Google Play Services, and when I went to see the same in the Above path, I saw the "Google Play services(Battery usage: low)" and "Google App(Battery usage:low)".
Is Google Play Services appearing as a proxy for my app for requesting the Location and how to know which App actually requested the Location through Fused Location API?