We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a61a446 + 57e4ad7 commit 7881288Copy full SHA for 7881288
app/src/main/AndroidManifest.xml
@@ -32,8 +32,7 @@
32
android:name=".main.MainActivity"
33
android:label="@string/app_name"
34
android:theme="@style/Theme.App.Starting"
35
- android:exported="true"
36
- android:launchMode="singleInstance">
+ android:exported="true">
37
<intent-filter>
38
<action android:name="android.intent.action.MAIN" />
39
<category android:name="android.intent.category.LAUNCHER" />
@@ -88,7 +87,6 @@
88
87
<activity
89
android:name=".edit.EditNoteActivity"
90
android:label="@string/simple_edit"
91
- android:launchMode="singleTask"
92
android:parentActivityName=".main.MainActivity"
93
android:windowSoftInputMode="stateHidden"
94
android:exported="true">
0 commit comments