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

Commit 271b28ac authored by Narayan Kamath's avatar Narayan Kamath Committed by Android Git Automerger
Browse files

am 80213160: am ac8ccc3c: Merge "Hide AssetInputStream.getAssetInt."

* commit '80213160':
  Hide AssetInputStream.getAssetInt.
parents 3a8a8ddd 80213160
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -7543,7 +7543,6 @@ 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;
+3 −0
Original line number Diff line number Diff line
@@ -537,6 +537,9 @@ public final class AssetManager {
    }
    
    public final class AssetInputStream extends InputStream {
        /**
         * @hide
         */
        public final int getAssetInt() {
            return mAsset;
        }