Cannot access to any permissions for Samsung Health

Samsung Health 6.12.3.001
I don’t see any permissions in permission request popup

mPermissions = new HashSet<PermissionKey>();
mPermissions.add(
    new PermissionKey(StepCount.HEALTH_DATA_TYPE, PermissionType.READ)
);
<meta-data
            android:name="com.samsung.android.health.permission.read"
            android:value="com.samsung.health.step_count" />

Same code works in Samsung example app.

Phone in developer mode. Do I need Samsung Health Partnership status?

Yes and that is temporarily suspended. Create a developer support request and you can be put on a list of people that will be notified when it is again available.

Ron
Samsung Developer Program

Thanks for reply.
Do you have any estimates when the partnership program will be renewed?
Is it possible to connect to any of the existing partners at least during development?

I don’t have any guesses on when it will restart. Regarding existing partners you’d need to contact support for the Samsung Health team to respond.

Ron
Samsung Developer Program