From bfa5465ed2a67da47caf4df58f29629865b7ecac Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Tue, 9 Jul 2013 17:48:11 -0700 Subject: [PATCH] Fix build. Change-Id: Icdbf7811e7acb8bed372def3beec8385a631713a --- api/current.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/api/current.txt b/api/current.txt index dca2833ba1dc..e05a18e6fa33 100644 --- a/api/current.txt +++ b/api/current.txt @@ -47995,6 +47995,7 @@ package org.json { method public org.json.JSONArray put(int, int) throws org.json.JSONException; method public org.json.JSONArray put(int, long) throws org.json.JSONException; method public org.json.JSONArray put(int, java.lang.Object) throws org.json.JSONException; + method public java.lang.Object remove(int); method public org.json.JSONObject toJSONObject(org.json.JSONArray) throws org.json.JSONException; method public java.lang.String toString(int) throws org.json.JSONException; } -- 2.11.0