RequiresPermission$Write.smali 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. .class public interface abstract annotation Landroid/support/annotation/RequiresPermission$Write;
  2. .super Ljava/lang/Object;
  3. .source "RequiresPermission.java"
  4. # interfaces
  5. .implements Ljava/lang/annotation/Annotation;
  6. # annotations
  7. .annotation system Ldalvik/annotation/AnnotationDefault;
  8. value = .subannotation Landroid/support/annotation/RequiresPermission$Write;
  9. value = .subannotation Landroid/support/annotation/RequiresPermission;
  10. .end subannotation
  11. .end subannotation
  12. .end annotation
  13. .annotation system Ldalvik/annotation/EnclosingClass;
  14. value = Landroid/support/annotation/RequiresPermission;
  15. .end annotation
  16. .annotation system Ldalvik/annotation/InnerClass;
  17. accessFlags = 0x2609
  18. name = "Write"
  19. .end annotation
  20. .annotation runtime Ljava/lang/annotation/Target;
  21. value = {
  22. .enum Ljava/lang/annotation/ElementType;->FIELD:Ljava/lang/annotation/ElementType;,
  23. .enum Ljava/lang/annotation/ElementType;->METHOD:Ljava/lang/annotation/ElementType;,
  24. .enum Ljava/lang/annotation/ElementType;->PARAMETER:Ljava/lang/annotation/ElementType;
  25. }
  26. .end annotation
  27. # virtual methods
  28. .method public abstract value()Landroid/support/annotation/RequiresPermission;
  29. .end method