Initial import of ADIF API reverse-engineering toolkit
This commit is contained in:
11
apk_decompiled/sources/H/f.java
Normal file
11
apk_decompiled/sources/H/f.java
Normal file
@@ -0,0 +1,11 @@
|
||||
package H;
|
||||
|
||||
import android.graphics.drawable.Icon;
|
||||
import android.net.Uri;
|
||||
|
||||
/* loaded from: classes.dex */
|
||||
public abstract class f {
|
||||
public static Icon a(Uri uri) {
|
||||
return Icon.createWithAdaptiveBitmapContentUri(uri);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user