diff options
| -rw-r--r-- | api/current.txt | 1 | ||||
| -rw-r--r-- | api/system-current.txt | 1 | ||||
| -rw-r--r-- | api/test-current.txt | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt index 5ac2e77a73e4..5a4ab584ea14 100644 --- a/api/current.txt +++ b/api/current.txt @@ -9560,6 +9560,7 @@ package android.content.pm { method public java.lang.String[] getNames() throws java.io.IOException; method public java.io.InputStream openRead(java.lang.String) throws java.io.IOException; method public java.io.OutputStream openWrite(java.lang.String, long, long) throws java.io.IOException; + method public void removeSplit(java.lang.String) throws java.io.IOException; method public void setStagingProgress(float); } diff --git a/api/system-current.txt b/api/system-current.txt index 568f6079fb1a..beb51ab929c6 100644 --- a/api/system-current.txt +++ b/api/system-current.txt @@ -9894,6 +9894,7 @@ package android.content.pm { method public java.lang.String[] getNames() throws java.io.IOException; method public java.io.InputStream openRead(java.lang.String) throws java.io.IOException; method public java.io.OutputStream openWrite(java.lang.String, long, long) throws java.io.IOException; + method public void removeSplit(java.lang.String) throws java.io.IOException; method public void setStagingProgress(float); } diff --git a/api/test-current.txt b/api/test-current.txt index 03dc35367d4d..368597b7d058 100644 --- a/api/test-current.txt +++ b/api/test-current.txt @@ -9569,6 +9569,7 @@ package android.content.pm { method public java.lang.String[] getNames() throws java.io.IOException; method public java.io.InputStream openRead(java.lang.String) throws java.io.IOException; method public java.io.OutputStream openWrite(java.lang.String, long, long) throws java.io.IOException; + method public void removeSplit(java.lang.String) throws java.io.IOException; method public void setStagingProgress(float); } |