Skip to content

Commit

Permalink
Set AskPermission's retention policy to Runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
Can Elmas authored and Can Elmas committed Mar 18, 2016
1 parent 8455f08 commit 15ff883
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
* </code></pre>
*/
@Documented
@Retention(RetentionPolicy.CLASS)
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.METHOD)
public @interface AskPermission {

Expand Down

0 comments on commit 15ff883

Please sign in to comment.