diff --git a/api/current.txt b/api/current.txt index 5ac2e77a73e45..5a4ab584ea143 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 568f6079fb1ad..beb51ab929c66 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 03dc35367d4db..368597b7d0582 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); }