Android contains a permission called 'ACCESS_LOCATION_EXTRA_COMMANDS'. Normal location commands would involve accessing coarse/fine location. Does anyone know what kind of extra commands this permission allows the app to access ?
Thanks.
Android contains a permission called 'ACCESS_LOCATION_EXTRA_COMMANDS'. Normal location commands would involve accessing coarse/fine location. Does anyone know what kind of extra commands this permission allows the app to access ?
Thanks.
According to a rough search in Android source code, it indicate that
LocationManager.sendExtraCommand()
need this permission exactly.Documentation: sendExtraCommand(java.lang.String, java.lang.String, android.os.Bundle)
you can find additional information about 3 commands at google group discussions there were three command under discuss:
it would be grate if anyone can say more about each extra
I only know of 1 command which can be uses when you have a slow GPS fix:
and in the Manifest: