summaryrefslogtreecommitdiff
path: root/java/com/android/incallui/calllocation/impl/GoogleLocationSettingHelper.java
diff options
context:
space:
mode:
authorEric Erfanian <erfanian@google.com>2017-03-16 11:07:39 -0700
committerEric Erfanian <erfanian@google.com>2017-03-16 11:12:53 -0700
commit1019500220518fb5fb023fcb7d370ab3cbf12307 (patch)
treef638cd81db6951acb34f20caf68d1e5d26191adb /java/com/android/incallui/calllocation/impl/GoogleLocationSettingHelper.java
parentd5e47f6da5b08b13ecdfa7f1edc7e12aeb83fab9 (diff)
Update dialer to tap green cl 150332012.
Test: Treehugger Change-Id: If2baab1d3fc2dee602a4f784bba532182e7174f5
Diffstat (limited to 'java/com/android/incallui/calllocation/impl/GoogleLocationSettingHelper.java')
-rw-r--r--java/com/android/incallui/calllocation/impl/GoogleLocationSettingHelper.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/java/com/android/incallui/calllocation/impl/GoogleLocationSettingHelper.java b/java/com/android/incallui/calllocation/impl/GoogleLocationSettingHelper.java
index 18a80b8ce..bcb3e8dbb 100644
--- a/java/com/android/incallui/calllocation/impl/GoogleLocationSettingHelper.java
+++ b/java/com/android/incallui/calllocation/impl/GoogleLocationSettingHelper.java
@@ -28,8 +28,7 @@ import android.provider.Settings.SettingNotFoundException;
import com.android.dialer.common.LogUtil;
/**
- * Helper class to check if Google Location Services is enabled. This class is based on
- * https://docs.google.com/a/google.com/document/d/1sGm8pHgGY1QmxbLCwTZuWQASEDN7CFW9EPSZXAuGQfo
+ * Helper class to check if Google Location Services is enabled.
*/
public class GoogleLocationSettingHelper {