For Android 6.0+:
Allow app for locaiton layout
adb shell appops set <PACKAGE> android:mock_location allow
Uninstall a location app
adb shell appops set <PACKAGE> android:mock_location deny
Check if the location app is installed
adb shell appops get <PACKAGE> android:mock_location
source share