Initial import of ADIF API reverse-engineering toolkit
This commit is contained in:
11
apk_decompiled/sources/C/p.java
Normal file
11
apk_decompiled/sources/C/p.java
Normal file
@@ -0,0 +1,11 @@
|
||||
package C;
|
||||
|
||||
import android.app.Notification;
|
||||
import android.graphics.drawable.Icon;
|
||||
|
||||
/* loaded from: classes.dex */
|
||||
public abstract class p {
|
||||
public static void a(Notification.BigPictureStyle bigPictureStyle, Icon icon) {
|
||||
bigPictureStyle.bigLargeIcon(icon);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user