OSDN Git Service

Hide AssetInputStream.getAssetInt.
authorNarayan Kamath <narayan@google.com>
Fri, 10 Jan 2014 17:32:28 +0000 (17:32 +0000)
committerNarayan Kamath <narayan@google.com>
Tue, 14 Jan 2014 09:31:29 +0000 (09:31 +0000)
commitf8f09a15a409f373f22aa475bb0defd264088e4f
tree6832d66d3feb484e7c55cd62f2fdddc245bf4e4c
parent9efa3b6c6349c1eede54f7a0af77eb450ae78c76
Hide AssetInputStream.getAssetInt.

It returns a pointer to a private data structure, so there's
no sensible use for it. Also, the emergence of 64 bit processors
means that the return value isn't wide enough to represent
values in the native heap.

Change-Id: If02d42a528b9d90f11cb25c3342404b7d5f7b625
api/current.txt
core/java/android/content/res/AssetManager.java