Open radhaSpatel opened 9 months ago
I have the same issue add this to androidManifest.xml to activity
<activity android:name=".MainActivity" android:exported="true" android:launchMode="singleInstance" android:showWhenLocked="true" android:turnScreenOn="true">
I think related with this #495