Skip to content

Commit 304cea4

Browse files
Update AndroidManifest.xml
remove android:turnScreenOn="true" to fix issue auto launch app when receive notification from lock state
1 parent 332cd00 commit 304cea4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

example/android/app/src/main/AndroidManifest.xml

-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode"
2424
android:launchMode="singleTask"
2525
android:showWhenLocked="true"
26-
android:turnScreenOn="true"
2726
android:windowSoftInputMode="adjustResize">
2827
<intent-filter>
2928
<action android:name="android.intent.action.MAIN" />

0 commit comments

Comments
 (0)