Describe the bug
Calling deleteRecordsByUuids or deleteRecordsByTimeRange never resolves and no exceptions are thrown but the record is deleted from Health Connect.
To Reproduce
1) Add an Exercise in Health Connect
2) Try to delete that Exercise using UUID or time range
Expected behavior
Exercise should be deleted from Health Connect and call to deleteRecordsByUuids should resolve
The code below will print "DELETE EXERCISE SESSION XXX" and nothing else.
My app has read and write permission for Exercise in Health Connect and I can see the Exercise added and successfully removed (if I stop execution before to delete the records).
Describe the bug Calling deleteRecordsByUuids or deleteRecordsByTimeRange never resolves and no exceptions are thrown but the record is deleted from Health Connect.
To Reproduce 1) Add an Exercise in Health Connect 2) Try to delete that Exercise using UUID or time range
Expected behavior
Exercise should be deleted from Health Connect and call to deleteRecordsByUuids should resolve The code below will print "DELETE EXERCISE SESSION XXX" and nothing else. My app has read and write permission for Exercise in Health Connect and I can see the Exercise added and successfully removed (if I stop execution before to delete the records).
Minimal Reproducible
Environment: