Unhide inInputShareable in BitmapFactory.Options.

The variable works together with inPurgeable, which has been unhidden in
https://android-git.corp.google.com/g/Gerrit#change,2870.
This commit is contained in:
Wei-Ta Chen
2009-06-04 11:42:14 -07:00
parent a41962065a
commit 683f3bed89
2 changed files with 10 additions and 2 deletions

View File

@@ -125,8 +125,6 @@ public class BitmapFactory {
* false, then this field is ignored. If inPurgeable is true, then this
* field determines whether the bitmap can share a reference to the
* input data (inputstream, array, etc.) or if it must make a deep copy.
*
* @hide pending API council approval
*/
public boolean inInputShareable;