- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
14 lines
365 B
Java
14 lines
365 B
Java
package com.google.android.gms.fido.u2f;
|
|
|
|
import android.app.Activity;
|
|
import android.content.IntentSender;
|
|
import androidx.annotation.NonNull;
|
|
|
|
@Deprecated
|
|
/* loaded from: classes2.dex */
|
|
public interface U2fPendingIntent {
|
|
boolean hasPendingIntent();
|
|
|
|
void launchPendingIntent(@NonNull Activity activity, int i) throws IntentSender.SendIntentException;
|
|
}
|