如何將Bitmap轉換成BitmapDrawable(Bitmap to BitmapDrawable)

如何將Bitmap轉換成BitmapDrawable(Bitmap to BitmapDrawable)
Bitmap bmp = BitmapFactory.decodeResource(mContext.getResources(), R.drawable.sticker_navi_back);
BitmapDrawable bmpDrawable = new BitmapDrawable(mContext.getResources(), bmp);