Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@
*/
package com.raphaelbussa.permissionutils

import java.util.*

/**
* Created by com.raphaelbussa on 22/06/16.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import java.util.*
/**
* Created by com.raphaelbussa on 22/06/16.
*/
public class PermissionManager {
public class PermissionManager private constructor() {

private var fullCallback: FullCallback? = null
private var simpleCallback: SimpleCallback? = null
Expand Down Expand Up @@ -150,7 +150,7 @@ public class PermissionManager {
}

/**
* @param fragmentX target v4 fragment
* @param fragment target fragment
* just start all permission manager
*/
public fun ask(fragment: Fragment) {
Expand Down