BuildCompat.smali 539 B

123456789101112131415161718192021222324252627282930313233
  1. .class public Landroid/support/v4/os/BuildCompat;
  2. .super Ljava/lang/Object;
  3. .source ""
  4. # direct methods
  5. .method private constructor <init>()V
  6. .locals 0
  7. invoke-direct {p0}, Ljava/lang/Object;-><init>()V
  8. return-void
  9. .end method
  10. .method public static isAtLeastN()Z
  11. .locals 2
  12. sget v0, Landroid/os/Build$VERSION;->SDK_INT:I
  13. const/16 v1, 0x18
  14. if-lt v0, v1, :cond_0
  15. const/4 v0, 0x1
  16. goto :goto_0
  17. :cond_0
  18. const/4 v0, 0x0
  19. :goto_0
  20. return v0
  21. .end method