Loading services/java/com/android/server/CountryDetectorService.java +4 −3 Original line number Diff line number Diff line Loading @@ -97,12 +97,13 @@ public class CountryDetectorService extends ICountryDetector.Stub implements Run } @Override public Country detectCountry() throws RemoteException { public Country detectCountry() { if (!mSystemReady) { throw new RemoteException(); } return null; // server not yet active } else { return mCountryDetector.detectCountry(); } } /** * Add the ICountryListener into the listener list. Loading Loading
services/java/com/android/server/CountryDetectorService.java +4 −3 Original line number Diff line number Diff line Loading @@ -97,12 +97,13 @@ public class CountryDetectorService extends ICountryDetector.Stub implements Run } @Override public Country detectCountry() throws RemoteException { public Country detectCountry() { if (!mSystemReady) { throw new RemoteException(); } return null; // server not yet active } else { return mCountryDetector.detectCountry(); } } /** * Add the ICountryListener into the listener list. Loading