summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--api/current.xml10
-rw-r--r--graphics/java/android/graphics/BitmapFactory.java2
2 files changed, 10 insertions, 2 deletions
diff --git a/api/current.xml b/api/current.xml
index 41f8c2c..174fa10 100644
--- a/api/current.xml
+++ b/api/current.xml
@@ -48771,6 +48771,16 @@
visibility="public"
>
</field>
+<field name="inInputShareable"
+ type="boolean"
+ transient="false"
+ volatile="false"
+ static="false"
+ final="false"
+ deprecated="not deprecated"
+ visibility="public"
+>
+</field>
<field name="inJustDecodeBounds"
type="boolean"
transient="false"
diff --git a/graphics/java/android/graphics/BitmapFactory.java b/graphics/java/android/graphics/BitmapFactory.java
index 141cc68..e5a9aab 100644
--- a/graphics/java/android/graphics/BitmapFactory.java
+++ b/graphics/java/android/graphics/BitmapFactory.java
@@ -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;