BaseApplication.smali
.class public Lcom/env/BaseApplication;
.super Landroid/app/Application;
.source "BaseApplication.java"
# direct methods
.method public constructor <init>()V
.registers 1
.prologue
.line 10
invoke-direct {p0}, Landroid/app/Application;-><init>()V
return-void
.end method
# virtual methods
.method public registerComponentCallbacks(Landroid/content/ComponentCallbacks;)V
.registers 2
.annotation build Landroid/annotation/TargetApi;
value = 0xe
.end annotation
.prologue
.line 15
invoke-super {p0, p1}, Landroid/app/Application;->registerComponentCallbacks(Landroid/content/ComponentCallbacks;)V
.line 16
return-void
.end method
.method public unregisterComponentCallbacks(Landroid/content/ComponentCallbacks;)V
.registers 2
.annotation build Landroid/annotation/TargetApi;
value = 0xe
.end annotation
.prologue
.line 21
invoke-super {p0, p1}, Landroid/app/Application;->unregisterComponentCallbacks(Landroid/content/ComponentCallbacks;)V
.line 22
return-void
.end method