This PR adds support for using the library in apps running on Wear OS 4 (Android 13 - API 33). The following changes are included:
Add PermissionsManager.launchRequiredPermissionsRequest() method to request the POST_NOTIFICATIONS permission in Wear OS 4 devices.
Add PermissionsManager.launchPermissionsRequestIfNeeded() method to request required permissions from the smartwatch (previously, they were launched from the paired smartphone)
This PR adds support for using the library in apps running on Wear OS 4 (Android 13 - API 33). The following changes are included:
PermissionsManager.launchRequiredPermissionsRequest()
method to request thePOST_NOTIFICATIONS
permission in Wear OS 4 devices.PermissionsManager.launchPermissionsRequestIfNeeded()
method to request required permissions from the smartwatch (previously, they were launched from the paired smartphone)