Remove newly added remove methods in Location and deprecate the old ones, this is the request from the android API council
Test: Existing unit tests still pass.
BUG: 36552859
Change-Id: Ib4cdcef90be3d5b3be329dd780bcb40275b89ef4
diff --git a/api/removed.txt b/api/removed.txt
index 0f5b81a..dd94afd 100644
--- a/api/removed.txt
+++ b/api/removed.txt
@@ -126,6 +126,16 @@
}
+package android.location {
+
+ public class Location implements android.os.Parcelable {
+ method public deprecated void removeBearingAccuracy();
+ method public deprecated void removeSpeedAccuracy();
+ method public deprecated void removeVerticalAccuracy();
+ }
+
+}
+
package android.media {
public final class AudioFormat implements android.os.Parcelable {