Commits

Mike Lockwood authored ac61f6bc2b2
Telephony: Allow getCellLocation() if client has permission ACCESS_FINE_LOCATION ACCESS_FINE_LOCATION should imply ACCESS_COARSE_LOCATION, so either of these permissions should be sufficient to allow TelephonyManager.getCellLocation(). Signed-off-by: Mike Lockwood <lockwood@android.com>