79601032

Date: 2025-04-30 20:15:29
Score: 1.5
Natty:
Report link

your declaration:

private static final int REQUEST_ENABLE_BT = 1;

Should be:
private static final int REQUEST_ENABLE_BT = 0;
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Khaldoun Kayal