I've create an app in which I want to get location from a GNSS receiver connected over Bluetooth. I've figured out how to set the Android mock location using the location data coming from the receiver, but I'd rather do something more direct, just in my app, especially since switching back and forth between using the receiver and using Android's on-board location requires jumping through a lot of hoops, including some that can't be done programmatically.
Based on what I've found in this forum, it doesn't seem that I'm able to use the ArcGIS SDK to do what I want, but please confirm that and let me know of any other suggestions.