When I install the app for the first time, the consents are not given. If I give them, then the Constants.KEY_CONSENT_CHANGED is fired.
But when I restart the app, and I want to give consent for another user, the consents are not reset, they are on, meaning that the Constants.KEY_CONSENT_CHANGED is not fired.
Is there any way to reset the consent fields? Or I have to check manually if every consent is given?