79766082

Date: 2025-09-16 10:07:28
Score: 2.5
Natty:
Report link

My solution was the next on Android.

In AndroidManifest file replaced the next android:launchMode="singleTop" to this android:launchMode="singleTask" and removed the next android:taskAffinity="" .

After the changes I needed to rebuild the whole project.

It solved my problem.

Reasons:
  • Blacklisted phrase (0.5): I need
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Uigitdev