[TIMOB-7061] Android: Don't use deprecated BitmapDrawable( String filePath) constructor
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2017-06-05T21:30:28.000+0000 |
Affected Version/s | Release 2.0.0, Release 1.8.1 |
Fix Version/s | n/a |
Components | Android |
Labels | n/a |
Reporter | Allen Yeung |
Assignee | Ingo Muschenetz |
Created | 2012-01-10T11:47:41.000+0000 |
Updated | 2017-06-05T21:30:28.000+0000 |
Description
We are using a deprecated constructor for BitmapDrawable.
http://developer.android.com/reference/android/graphics/drawable/BitmapDrawable.html#BitmapDrawable(java.lang.String)
We should be using the "BitmapDrawable (Resources res, String filepath)" constructor instead.
Closing ticket due to time passed and lack of progress over the past few years.