History log of /frameworks/base/services/core/java/com/android/server/location/LocationBasedCountryDetector.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
a4db6473f7890326330f951ec11bae9adb661221 22-May-2015 Makoto Onuki <omakoto@google.com> CountryDetector no longer requires location permissions.

Country information is already available elsewhere (MNC/MCC), so there's no
point enforcing these permissions.

It wasn't properly enforcing the permissions anyway, since the code path in
question was sometimes executed on a handler thread.

Bug 20927020

Change-Id: Ia090664917f7b694e80dd55934db442633bab1d8
/frameworks/base/services/core/java/com/android/server/location/LocationBasedCountryDetector.java
9158825f9c41869689d6b1786d7c7aa8bdd524ce 22-Nov-2013 Amith Yamasani <yamasani@google.com> Move some system services to separate directories

Refactored the directory structure so that services can be optionally
excluded. This is step 1. Will be followed by another change that makes
it possible to remove services from the build.

Change-Id: Ideacedfd34b5e213217ad3ff4ebb21c4a8e73f85
/frameworks/base/services/core/java/com/android/server/location/LocationBasedCountryDetector.java