Update Bitmap.Config.ARGB_4444 documentation

Bug #10510122

ARGB_4444 is deprecated and always replaced with ARGB_8888.

Change-Id: I0da96216af701a7df00ad35913066fbfa997d790
This commit is contained in:
Romain Guy
2013-09-03 11:50:23 -07:00
parent 5d92320084
commit 25ba1c8694
3 changed files with 5 additions and 7 deletions

View File

@@ -419,6 +419,10 @@ public final class Bitmap implements Parcelable {
*
* It is recommended to use {@link #ARGB_8888} instead of this
* configuration.
*
* Note: as of {@link android.os.Build.VERSION_CODES#KEY_LIME_PIE},
* any bitmap created with this configuration will be created
* using {@link #ARGB_8888} instead.
*
* @deprecated Because of the poor quality of this configuration,
* it is advised to use {@link #ARGB_8888} instead.