RequiresPermission.Write
  public
  static
  
  abstract
  @interface
  RequiresPermission.Write
  
  
      implements
      
        Annotation
      
  
  
| android.support.annotation.RequiresPermission.Write | 
Specifies that the given permission is required for write operations.
 When specified on a parameter, the annotation indicates that the method requires
 a permission which depends on the value of the parameter (and typically
 the corresponding field passed in will be one of a set of constants which have
 been annotated with a @RequiresPermission annotation.)
Summary
Public methods | |
|---|---|
        
        
        
        
        
        RequiresPermission
     | 
  
    
      
      value()
      
      
     | 
  
Inherited methods | |
|---|---|
  
    
  
    java.lang.annotation.Annotation
  
 | |
Public methods
Annotations
- AnimatorRes
 - AnimRes
 - AnyRes
 - AnyThread
 - ArrayRes
 - AttrRes
 - BinderThread
 - BoolRes
 - CallSuper
 - CheckResult
 - ColorInt
 - ColorLong
 - ColorRes
 - DimenRes
 - Dimension
 - DrawableRes
 - FloatRange
 - FontRes
 - FractionRes
 - GuardedBy
 - HalfFloat
 - IdRes
 - IntDef
 - IntegerRes
 - InterpolatorRes
 - IntRange
 - Keep
 - LayoutRes
 - LongDef
 - MainThread
 - MenuRes
 - NavigationRes
 - NonNull
 - Nullable
 - PluralsRes
 - Px
 - RawRes
 - RequiresApi
 - RequiresPermission
 - RequiresPermission.Read
 - RequiresPermission.Write
 - RestrictTo
 - Size
 - StringDef
 - StringRes
 - StyleableRes
 - StyleRes
 - TransitionRes
 - UiThread
 - VisibleForTesting
 - WorkerThread
 - XmlRes
 
Enums