am 2000fe58
: Merge "Make getAssetInt throw unconditionally."
* commit '2000fe58332dffaad34c618fe35840992cb0f571': Make getAssetInt throw unconditionally.
This commit is contained in:
@ -537,7 +537,7 @@ public final class AssetManager {
|
|||||||
|
|
||||||
public final class AssetInputStream extends InputStream {
|
public final class AssetInputStream extends InputStream {
|
||||||
public final int getAssetInt() {
|
public final int getAssetInt() {
|
||||||
return (int) mAsset;
|
throw new UnsupportedOperationException();
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
* @hide
|
* @hide
|
||||||
|
Reference in New Issue
Block a user