I'm reverse engineering an app.
I want to copy an image from res/drawable to internal storage in smali
The java code is
FileUtil.copyFile("android.resource://com.package.name/drawable/app_icon.png", "/storage/emulated/0/App_name/icon/");
I just want this code in smali language
I want to convert it into smali.