79290655

Date: 2024-12-18 09:54:22
Score: 1
Natty:
Report link

Also, you (maybe) need to add in AndroidManiest, inside of manifest:

<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<queries>
<intent>
  <action android:name="android.media.action.IMAGE_CAPTURE" />
</intent>
</queries>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Mr G