79096470

Date: 2024-10-17 04:32:17
Score: 1
Natty:
Report link

Go to AndroidManifest.xml and make sure that the relevant activity has the following intent-filter added:

<intent-filter>
    <action android:name="androidx.health.ACTION_SHOW_PERMISSIONS_RATIONALE"/>
    <category android:name="android.intent.category.HEALTH_PERMISSIONS"/>
  </intent-filter>

See details

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Ali Raza