tmap/smali/androidx/car/app/IStartCarApp.smali
2022-06-10 21:38:30 +09:00

26 lines
602 B
Smali

.class public interface abstract Landroidx/car/app/IStartCarApp;
.super Ljava/lang/Object;
.source "IStartCarApp.java"
# interfaces
.implements Landroid/os/IInterface;
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Landroidx/car/app/IStartCarApp$Stub;,
Landroidx/car/app/IStartCarApp$Default;
}
.end annotation
# virtual methods
.method public abstract startCarApp(Landroid/content/Intent;)V
.annotation system Ldalvik/annotation/Throws;
value = {
Landroid/os/RemoteException;
}
.end annotation
.end method