123456789101112131415161718192021222324252627282930313233 |
- .class public Landroid/support/v4/os/BuildCompat;
- .super Ljava/lang/Object;
- .source ""
- # direct methods
- .method private constructor <init>()V
- .locals 0
- invoke-direct {p0}, Ljava/lang/Object;-><init>()V
- return-void
- .end method
- .method public static isAtLeastN()Z
- .locals 2
- sget v0, Landroid/os/Build$VERSION;->SDK_INT:I
- const/16 v1, 0x18
- if-lt v0, v1, :cond_0
- const/4 v0, 0x1
- goto :goto_0
- :cond_0
- const/4 v0, 0x0
- :goto_0
- return v0
- .end method
|