79665135

Date: 2025-06-13 16:30:45
Score: 0.5
Natty:
Report link

You did not mention anything about adding permissions to the Android Manifest.

<uses-permission android:name="android.permission.CAMERA" />

You may also consider this if it is required:

<uses-feature android:name="android.hardware.camera" android:required="true" />

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Jmz