]> www.average.org Git - WhereAmI.git/blobdiff - src/org/average/whereami/Location.java
Implement OAuth2 authorization
[WhereAmI.git] / src / org / average / whereami / Location.java
index fcbc59fd38bba106bd535a0a3d9176f1f0ed7746..da9d6fbc4b4311d9ff7ea928fc2880652d2d53e6 100644 (file)
@@ -9,12 +9,15 @@ import com.google.api.client.http.HttpTransport;
 import com.google.api.client.util.DateTime;
 
 import android.util.Log;
+import android.os.SystemClock;
 
 public final class Location extends Oracle {
+
+       final String TAG = getClass().getName();
+
        @Override
        public final String getResult() {
+               SystemClock.sleep(6000);
                return "Response from Location.getResult";
        }
-
-       //public PhoneLog() {}
 }