SecurityException with Permission Denial

Affected Platform: Android Issue:

Permission Denial: in email Firebase

Workaround:

Need to review the source code and check and copy paste this code:

ServiceAvailabilityStatus status = checkAvailability();
			if (status != ServiceAvailabilityStatus.OK) {
				logger.warn("Start failed: {} with {}", status, this.getLastAvailabilityMessage());
				return status;
			}

Status:

Last updated