Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e71afc2e authored by Narayan Kamath's avatar Narayan Kamath Committed by Gerrit Code Review
Browse files

Merge "Revert "Hide AssetInputStream.getAssetInt.""

parents ac8ccc3c b1bd1fe7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -7543,6 +7543,7 @@ package android.content.res {
  public final class AssetManager.AssetInputStream extends java.io.InputStream {
    method public final int available() throws java.io.IOException;
    method public final void close() throws java.io.IOException;
    method public final int getAssetInt();
    method public final void mark(int);
    method public final boolean markSupported();
    method public final int read() throws java.io.IOException;
+0 −3
Original line number Diff line number Diff line
@@ -537,9 +537,6 @@ public final class AssetManager {
    }
    
    public final class AssetInputStream extends InputStream {
        /**
         * @hide
         */
        public final int getAssetInt() {
            return mAsset;
        }