You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@OverridepublicvoidonCreate(@NullableBundlesavedInstanceState) {
super.onCreate(savedInstanceState);
// In order to handle contract results, we need to set the permission delegate.HealthConnectPermissionDelegate.INSTANCE.setPermissionDelegate(this, "com.google.android.apps.healthdata");
}
I am using React Native 0.72 and have Java folders but the documentation shows kotlin configurations
I have added everything from documentation but in
HealthConnectPermissionDelegate.setPermissionDelegate(this);
it is not building my app.Tried to run it with Android Studio it gives following error .
Anyone can help on that?
The text was updated successfully, but these errors were encountered: