79824180

Date: 2025-11-19 08:01:40
Score: 1.5
Natty:
Report link

just had the same error, the fix was to specify package AND componentName:

const intent = AndroidIntent(
  action: 'android.intent.action.MAIN',
  category: 'android.intent.category.LAUNCHER',
  package: 'com.example.name',
  componentName: 'com.example.name',
);
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: run