I am using react-native-health-connect package to get user health info from device. everything is working fine, I am getting user's health info and displaying it.
i have given following permission in AndroidMenifest.json file to get data.
<uses-permission android:name="android.permission.health.READ_ACTIVE_CALORIES_BURNED"/>
<uses-permission android:name="android.permission.health.READ_TOTAL_CALORIES_BURNED"/>
<uses-permission android:name="android.permission.health.READ_WEIGHT"/>
<uses-permission android:name="android.permission.health.READ_HEIGHT"/>
<uses-permission android:name="android.permission.health.READ_STEPS"/>
<uses-permission android:name="android.permission.health.READ_HEART_RATE"/>
<uses-permission android:name="android.permission.health.READ_LEAN_BODY_MASS"/>
<uses-permission android:name="android.permission.health.READ_BONE_MASS"/>
<uses-permission android:name="android.permission.health.READ_BODY_FAT"/>
now I am uploading an update to play store and it is giving me following error

I have gone through the FAQs but I dont understand what should I need to do to resolve this issue.
Thanks
Finally the issue is resolved...
first of all, as they mentioned in the error message that "you need approval to use following health connect permissions in your app.", I have requested the access by filling the Google Health Connect API Request form.
what was wrong:
I did not mentioned the use of Health connect data types in my privacy policy. then I mentioned, but this info does not explains the full use to the user.
so, I changed the privacy policy like following and replied to them.
policy content:
Note:
Google Health Connect API Requestform, and then send a email with approval or rejection with with detail. if rejected you can reply in thread.