diff --git a/api/current.txt b/api/current.txt index fc19ed206dc72..d5e10204603b4 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 5b13c947f18ee..7de81f41da5b1 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); }