Skip to content

Commit

Permalink
增加注释
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoyaoyou1212 committed Jul 19, 2017
1 parent 89f6723 commit 926ce83
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions xsnow/src/main/java/com/vise/xsnow/permission/Permission.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,11 @@
* @date: 2017-04-19 20:14
*/
public class Permission {
//权限名称
public final String name;
//是否授予权限
public final boolean granted;
//是否显示请求权限理由
public final boolean shouldShowRequestPermissionRationale;

public Permission(String name, boolean granted) {
Expand Down

0 comments on commit 926ce83

Please sign in to comment.