Bug 739488 - Fennec Native nightly crashes in mozilla::AndroidBridge::EnableLocationHighAccuracy when page requests GPS location. r=dougt

This commit is contained in:
Josh Dhaliwal
2012-04-02 11:52:41 -07:00
parent 8f632bb57d
commit d31c993671
2 changed files with 5 additions and 0 deletions

View File

@@ -686,6 +686,10 @@ public class GeckoAppShell
});
}
public static void enableLocationHighAccuracy(final boolean enable) {
// unsupported
}
/*
* Keep these values consistent with |SensorType| in Hal.h
*/