-
Notifications
You must be signed in to change notification settings - Fork 114
Open
Description
I am trying to implement following code in my app -
PermissionsManager.getInstance().requestAllManifestPermissionsIfNecessary(this,
new PermissionsResultAction() {
@OverRide
public void onGranted() {
// Proceed with initialization
proceed();
}
@Override
public void onDenied(String permission) {
// Notify the user that you need all of the permissions
}
});
But what is happening is proceed() method is not calling after granting all the permissions. onGrant method itself not getting called when I tried to debug the app. Please help to resolve my issue.
arthabus
Metadata
Metadata
Assignees
Labels
No labels